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
|
```bash
|
||||||
$ npm install boxicons --save
|
$ npm install boxicons --save
|
||||||
```
|
```
|
||||||
|
import the module
|
||||||
|
|
||||||
|
```javscript
|
||||||
|
import 'boxicons/css/boxicons.css';
|
||||||
|
```
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Include the stylesheet on your document's `<head>`
|
1. Include the stylesheet on your document's `<head>`
|
||||||
|
@ -59,4 +63,4 @@ Boxicons is licensed under the MIT license. (http://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
Pull requests are the way to go here. I apologise in advance for the slow action on pull requests and issues.
|
Pull requests are the way to go here. I apologise in advance for the slow action on pull requests and issues.
|
||||||
|
|
||||||
Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/atisawd/boxicons/blob/master/README.md)
|
Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/atisawd/boxicons/blob/master/README.md)
|
||||||
|
|
Loading…
Reference in a new issue