Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 844 Bytes

readme.md

File metadata and controls

67 lines (37 loc) · 844 Bytes

Solar System

A custom element for our solar system

Examples

Dependencies

Install

Using bower:

bower install solar-system

Import from github

git pull git://github.com/amigame/solar-system.git master

Usage

  1. Import Web Components' polyfill
<script src="components/webcomponentsjs/webcomponents.min.js"></script>
  1. Import Custom Element:
<link rel="import" href="components/solar-system">
  1. Start using it!
<solar-system></solar-system>

Attributes

...

Events

...

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through Amigame

License

Released under the MIT License