An open API service indexing awesome lists of open source software.

https://github.com/atomic-state/bs-icon

Icon component with Bootstrap
https://github.com/atomic-state/bs-icon

Last synced: over 1 year ago
JSON representation

Icon component with Bootstrap

Awesome Lists containing this project

README

          

### bs-icon

#### Installation:

```bash

yarn add bs-icon

# Or

npm install bs-icon
```

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

```js
import 'bs-icon/icons.css'

```

Use them anywhere:

```js
import Icon from 'vs-icon'

export default function App(){
return (




)
}
```

The `name` property accepts the name of the icon.