Skip to content

construct-components/atmosphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Construct: Atmosphere

...

Examples

Install

Using bower:

bower install construct-atmosphere

Import from github

git pull git://github.com/construct-components/atmosphere.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/construct-atmosphere">
  1. The element extends the arbitrary tag sky
<sky is="construct-atmosphere"></sky>

Attributes

...

Events

...

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through Makesites.org

License

Released under the MIT License