A painter component based on Polymer which saves your idea in a second.
Maintained by Cong Liu.
-
Import Web Components' polyfill:
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20130711/polymer.min.js"></script>
-
Import Custom Element:
<link rel="import" href="src/a-painter.html">
-
Start using it!
<a-painter></a-painter>
Attribute | Options | Default | Description |
---|---|---|---|
width |
int | 200 |
Width of the element |
height |
int | 150 |
Height of the element |
- 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 Nov 6, 2013
- Started project using boilerplate-element