Custom element that shows a jumping puppet bunny
Install the component using Bower:
$ bower install palindrom-bunny --save
Or download as ZIP.
-
Import Web Components' polyfill, if needed:
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
-
Import Custom Element:
<link rel="import" href="bower_components/palindrom-bunny/palindrom-bunny.html">
-
Start using it!
<palindrom-bunny></palindrom-bunny>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 🎉
For detailed changelog, check Releases.
MIT