https://github.com/alexanderschau/react-bootstrap-icons
Lightweight ⚡ and simple implementation of Bootstrap Icons into React 🤯
https://github.com/alexanderschau/react-bootstrap-icons
bootstrap bootstrap-icons react typescript
Last synced: 3 months ago
JSON representation
Lightweight ⚡ and simple implementation of Bootstrap Icons into React 🤯
- Host: GitHub
- URL: https://github.com/alexanderschau/react-bootstrap-icons
- Owner: alexanderschau
- License: mit
- Created: 2021-01-12T13:42:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T09:50:32.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T14:44:25.466Z (over 1 year ago)
- Topics: bootstrap, bootstrap-icons, react, typescript
- Language: TypeScript
- Homepage: https://alxs.xyz/v83
- Size: 425 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bootstrap Icons React Component

This package contains a simple React Component, which implements the latest version of [Bootstrap Icons](https://github.com/twbs/icons) into React.
## Install
To add the package to your existing React project just type in one of the following commands:
```
npm i @reacticons/bootstrap-icons
```
or
```
yarn add @reacticons/bootstrap-icons
```
## Usage
```js
import React from 'react';
import Icon from '@reacticons/bootstrap-icons';
export const Component = () => (
<>
>
);
```
## Supported Icons
This package supports all Bootstrap Icons of the matching version. To see a full list of them, you can take a look at the official [Bootstrap Icons website](https://icons.getbootstrap.com/).
## Hint
By the way, the `` Component has the same attributes as a typical `
` element.
## License
MIT
> This package is based on the open source Bootstrap Icons project.