JSPM

react-bs-components

1.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q42716F
  • License ISC

React Bootstrap components ready to use in your project Edit

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 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