1.0.6 • Published 6 years ago

react-bs-components v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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 install
  • npm 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