@mediaconstructor/react-bootstrap-icons-client
v0.1.5
Published
Clone the repository and execute `node generate.mjs`
Downloads
330
Readme
React Bootstrap Components for NextJS Client side
The Scope
This package is for using the bootstrap icons as Client-Side React-Components in nextjs.
How to install
Install the package with npm install @mediaconstructor/react-bootstrap-icons-client
Contributing
How to build
Clone the repository and execute npm run generate
Icons
You can use all the Bootstrap-Icons with the CI_ Prefix e.g.:
<Clock ... />
=> <CI_Clock ... />
If you want to get an icon by its name, you can use the generic component e.g.:
<CI icon="Clock" ... />