Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@reacticons/bootstrap-icons

alexanderschau75MIT1.9.1TypeScript support: included

bootstrap, react, icons, typescript

readme

Bootstrap Icons React Component

This package contains a simple React Component, which implements the latest version of Bootstrap 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

import React from 'react';
import Icon from '@reacticons/bootstrap-icons';

export const Component = () => (
  <>
    <Icon name="award" />
  </>
);

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.

Hint

By the way, the <Icon> Component has the same attributes as a typical <div> element.

License

MIT

This package is based on the open source Bootstrap Icons project.