Skip to content

Commit 0e70a99

Browse files
colebemisCole Bemis
authored andcommitted
docs: Add usage example
1 parent ef3e69b commit 0e70a99

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

examples/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Feather</title>
6+
<script src="../dist/feather.min.js"></script>
7+
</head>
8+
<body>
9+
10+
<i data-feather="eye"></i>
11+
<i data-feather="heart"></i>
12+
<i data-feather="feather"></i>
13+
14+
<script>
15+
feather.replace()
16+
</script>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)