We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f949102 commit eced6f7Copy full SHA for eced6f7
examples/index.html
@@ -3,20 +3,13 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>Feather</title>
6
- <!--
7
- To build feather.min.js run
8
- $ npm run build
9
- in the root directory, or use the already built package available on unpkg.com.
10
- -->
11
- <script src="../dist/feather.min.js"></script>
12
- <!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> -->
13
</head>
14
<body>
15
-
16
<i data-feather="eye"></i>
17
<i data-feather="heart"></i>
18
<i data-feather="feather"></i>
19
+ <script src="https://unpkg.com/feather-icons"></script>
20
<script>
21
feather.replace()
22
</script>
0 commit comments