Awesome
<identicon-element>
Descripton
<identicon-element>
is an identicon generator based on jdenticon.
Install
Install the component using Bower:
$ bower install identicon-element --save
Usage
Import Custom Element:
<link rel="import" href="bower_components/identicon-element/identicon-element.html">
And then use it:
<!--- ``` <custom-element-demo> <template> <link rel="import" href="identicon-element.html"> <next-code-block></next-code-block> </template> </custom-element-demo> ``` --><identicon-element size="100" seed="Polymer Rocks"></identicon-element>
See the Documentation for more options.
More Demos
https://geoloeg.github.io/identicon-element/
Discussing
If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.
Contributing
- 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