mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
fix: custom element url
Hey! I noticed that the url in the README is not working.
This commit is contained in:
parent
fce186ff0e
commit
752060a21c
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ Instead of installing you may use the remote version
|
|||
```
|
||||
### Using via Web Component
|
||||
|
||||
Boxicons includes a Custom Element that makes using icons easy and efficient. To use it, add the `box-icon-element.js` file to the page:
|
||||
Boxicons includes a Custom Element that makes using icons easy and efficient. To use it, add the `boxicons.js` file to the page:
|
||||
|
||||
```html
|
||||
<script src="https://unpkg.com/boxicons@latest/dist/box-icon-element.js"></script>
|
||||
<script src="https://unpkg.com/boxicons@latest/dist/boxicons.js"></script>
|
||||
```
|
||||
|
||||
To use an icon, add the `<box-icon>` element to the location where the icon should be displayed:
|
||||
|
|
Loading…
Reference in a new issue