A collection of Bootstrap widgets that can be used with redux-form.
To include redux-form-bootstrap-widgets in your project, install using yarn or npm.
> yarn add redux-form-bootstrap-widgets
or
> npm install redux-form-bootstrap-widgets
Please note that redux-form-boostrap-widgets has many peer dependencies, including Redux, React, Bootstrap, and their dependencies.
This package relies heavily on the work of others, including:
- react-select for the select widgets.
- react-toggle for the toggle widget.
- react-datetime for date/time widgets.
To see what the library has to offer, download or clone the repository, and install with yarn or npm.
> cd redux-form-bootstrap-widgets
> yarn install
To run the tests:
> yarn test
To run the linter:
> yarn lint
Use storybook to view the widgets in action.
yarn storybook
After starting storybook, open your browser to http://localhost:9001.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.
This project is Copyright 2018, CodeBiosys, Inc. under the MIT license.
The specifics can be found in LICENSE.