0.0.8 • Published 12 months ago

bs-icon v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

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.

0.0.8

12 months ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago