This package is for using the bootstrap icons as Client-Side React-Components in nextjs.
Install the package with npm install @mediaconstructor/react-bootstrap-icons-client
Clone the repository and execute npm run generate
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" ... />