bootstrap5
v1.1.9
Published
| [<img src="https://avatars.githubusercontent.com/u/25505669?s=460&v=4" width="75px;"/>](https://github.com/zangeronimo) | | :---------------------------------------------------------------------------------------------------------------------: |
Downloads
1,086
Readme
Participants
| | | :---------------------------------------------------------------------------------------------------------------------: |
Components
- [x] Button
- [x] Navbar
- [ ] CheckBox
- [ ] Input
- [ ] Modal
- [ ] Radio
- [ ] Separator
Techs
- [x] React.js
- [x] Storybook
- [x] Styled Components
- [x] React Icons
- [x] 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.