1.0.0 • Published 6 years ago

a-plus-forms-bootstrap v1.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

Bootstrap Bindings for A+ Forms

This is the bootstrap CSS framework support package for the A+ forms library;

npm install a-plus-forms a-plus-forms-bootstrap

Usage

Basically import the a-plus-forms-bootstrap somewhere in your application and then breathe normally. All forms after that will use the bootstrap based HTML decorations for the input fields.

import 'a-plus-forms-bootstrap';
import { Form, TextInput, PasswordInput } from 'a-plus-forms';

<Form onSubmit={signIn}>
  <TextInput name="username" label="Username" />
  <PasswordText name="password" label="Password" />
  <button className="btn btn-primary">Sign In</button>
</Form>

Copyright & License

All code in this repository released under the terms of the MIT license

Copyright (C) 2017 Nikolay Nemshilov