mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
import npm
This commit is contained in:
parent
3a532bfebb
commit
ac83b3df9d
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@ To install via npm, simply do the following:
|
|||
```bash
|
||||
$ npm install boxicons --save
|
||||
```
|
||||
import the module
|
||||
|
||||
```javscript
|
||||
import 'boxicons/css/boxicons.css';
|
||||
```
|
||||
## Usage
|
||||
|
||||
1. Include the stylesheet on your document's `<head>`
|
||||
|
|
Loading…
Reference in a new issue