Package Exports
- react-bs-components
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-bs-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-bs-components
React Bootstrap components ready to use in your project
Important note
This package is still under active development. Suggestions and issue reports are more than welcome!
Install
npm install react-bs-components
Development
npm installnpm install babel-cli -g
Available components
- CheckboxField
- ComboField
- Confirm
- CopyToClipboard
- DateField
- HiddenField
- Modal
- Text
- TextareaField
- TextField
- UploadField
- Well
Todo
- cleanup the parameters, give a logical order and mind inheriting parameters;
- add more components: Snackbar, Tables;
- add tests