Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palindrom/palindrom-bunny
https://github.com/palindrom/palindrom-bunny
plain-js used-in-starcounter-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/palindrom/palindrom-bunny
- Owner: Palindrom
- License: mit
- Created: 2014-11-09T13:49:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T11:13:00.000Z (over 5 years ago)
- Last Synced: 2024-11-10T03:42:26.609Z (about 2 months ago)
- Topics: plain-js, used-in-starcounter-app
- Language: HTML
- Size: 95.7 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# <palindrom-bunny>
> Custom element that shows a jumping puppet bunny
## Demo
[Check it live!](http://Palindrom.github.io/palindrom-bunny)
## Install
Install the component using [Bower](http://bower.io/):
```sh
$ bower install palindrom-bunny --save
```Or [download as ZIP](https://github.com/Palindrom/palindrom-bunny/archive/master.zip).
## Usage
1. Import Web Components' polyfill, if needed:
```html
```2. Import Custom Element:
```html
```3. Start using it!
```html
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request 🎉## History
For detailed changelog, check [Releases](https://github.com/Palindrom/palindrom-bunny/releases).
## License
MIT