Web Component Sky.
Maintained by Accácio Jasson..
-
Import Web Components:
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20130905/polymer.min.js"></script>
-
Import Custom Element:
<link rel="import" href="src/x-sky.html">
-
Using it!
<x-sky count="200" height="300"></x-sky>
Attribute | Options | Default | Description |
---|---|---|---|
count |
integer | 100 |
amount of stars |
height |
integer | 200 |
height of the container with the sky |
- 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 :D