palindrom-bunny
v4.0.0
Published
Custom element that shows a jumping bunny
Downloads
3
Readme
<palindrom-bunny>
Custom element that shows a jumping puppet bunny
Demo
Install
Install the component using Bower:
$ bower install palindrom-bunny --save
Or download as ZIP.
Usage
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>
Contributing
- 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 🎉
History
For detailed changelog, check Releases.
License
MIT