docs: Add usage example

This commit is contained in:
Cole Bemis 2017-07-03 15:10:58 -07:00 committed by Cole Bemis
parent ef3e69b327
commit 0e70a99e8a

18
examples/index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Feather</title>
<script src="../dist/feather.min.js"></script>
</head>
<body>
<i data-feather="eye"></i>
<i data-feather="heart"></i>
<i data-feather="feather"></i>
<script>
feather.replace()
</script>
</body>
</html>