mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Merge branch 'master' of https://github.com/feathericons/feather
This commit is contained in:
commit
ba1b12a712
@ -50,7 +50,7 @@ Or copy and paste the following code snippet into a blank `html` file.
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<title></title>
|
<title></title>
|
||||||
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
|
<script src="https://unpkg.com/feather-icons"></script>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- example icon -->
|
<!-- example icon -->
|
||||||
@ -95,8 +95,8 @@ Or load the script from a CDN provider.
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- choose one -->
|
<!-- choose one -->
|
||||||
|
<script src="https://unpkg.com/feather-icons"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||||
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
After including the script, `feather` will be available as a global variable.
|
After including the script, `feather` will be available as a global variable.
|
||||||
|
Loading…
Reference in New Issue
Block a user