TODO: Write a project description
Maintained by Your Name.
-
Import Web Components' polyfill:
<script src="lib/polymer.min.js"></script>
-
Import Custom Element:
<link rel="import" href="src/my-element.html">
-
Start using it!
<my-element></my-element>
Attribute | Options | Default | Description |
---|---|---|---|
foo |
string | bar |
Lorem ipsum |
bar |
abc , def , ghi |
foo |
Lorem ipsum |
height |
int | 100 |
Lorem ipsum |
- 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
- v0.0.1 August 19, 2013
- Started project using boilerplate-element