0.1.5 • Published 1 year ago

@mediaconstructor/react-bootstrap-icons-client v0.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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" ... />