mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
docs: Update example
This commit is contained in:
@@ -3,20 +3,13 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Feather</title>
|
<title>Feather</title>
|
||||||
<!--
|
|
||||||
To build feather.min.js run
|
|
||||||
$ npm run build
|
|
||||||
in the root directory, or use the already built package available on unpkg.com.
|
|
||||||
-->
|
|
||||||
<script src="../dist/feather.min.js"></script>
|
|
||||||
<!-- <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script> -->
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<i data-feather="eye"></i>
|
<i data-feather="eye"></i>
|
||||||
<i data-feather="heart"></i>
|
<i data-feather="heart"></i>
|
||||||
<i data-feather="feather"></i>
|
<i data-feather="feather"></i>
|
||||||
|
|
||||||
|
<script src="https://unpkg.com/feather-icons"></script>
|
||||||
<script>
|
<script>
|
||||||
feather.replace()
|
feather.replace()
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user