bs-icon
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

bs-icon

Installation:

yarn add bs-icon

# Or

npm install bs-icon

Usage

Import the css file in your app (it uses bootstrap icons v1.10.3)

import 'bs-icon/icons.css'

Use them anywhere:

import Icon from 'vs-icon'

export default function App(){
  return (
    <div>
      <Icon name='alarm-fill'/>
    </div>
  )
}

The name property accepts the name of the icon.

Readme

Keywords

none

Package Sidebar

Install

npm i bs-icon

Weekly Downloads

20

Version

0.0.7

License

none

Unpacked Size

38.6 kB

Total Files

5

Last publish

Collaborators

  • danybeltran