Skip to content
This repository was archived by the owner on Dec 6, 2020. It is now read-only.

Codebiosys/redux-form-bootstrap-widgets

Repository files navigation

Redux Form Bootstrap Widgets

A collection of Bootstrap widgets that can be used with redux-form.

Installing / Getting Started

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:

Developing

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.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.

Licensing

This project is Copyright 2018, CodeBiosys, Inc. under the MIT license. The specifics can be found in LICENSE.

About

Bootstrap widgets to use in redux based forms.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors