bootstrap5
Simple UI Kit Library for React.js with Storybook Demo.
Published at NPM.
Participants
Components
- <input checked="" disabled="" type="checkbox"> Button
- <input checked="" disabled="" type="checkbox"> Navbar
- <input disabled="" type="checkbox"> CheckBox
- <input disabled="" type="checkbox"> Input
- <input disabled="" type="checkbox"> Modal
- <input disabled="" type="checkbox"> Radio
- <input disabled="" type="checkbox"> Separator
Techs
- <input checked="" disabled="" type="checkbox"> React.js
- <input checked="" disabled="" type="checkbox"> Storybook
- <input checked="" disabled="" type="checkbox"> Styled Components
- <input checked="" disabled="" type="checkbox"> React Icons
- <input checked="" disabled="" type="checkbox"> TypeScript
What can be better?
- More components
Dependencies
- Node = 10
Usage
- Run
npm install bootstrap5
oryarn add ...
in your React.js project. - Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm or yarn install
at each project in order to install dependencies. - Run
yarn storybook
. - Access
localhost:6006
in your browser. - Run
yarn build
to generate your own build.