A custom element for our solar system
Using bower:
bower install solar-system
Import from github
git pull git://github.com/amigame/solar-system.git master
- Import Web Components' polyfill
<script src="components/webcomponentsjs/webcomponents.min.js"></script>
- Import Custom Element:
<link rel="import" href="components/solar-system">
- Start using it!
<solar-system></solar-system>
...
...
Initiated by Makis Tracend ( @tracend )
Distributed through Amigame
Released under the MIT License