{{attribute.name}}
{{attribute.name}}
You need two files for using this element, the polyfill library
webcomponentsjs
and {{elName}}.html
file,
the third file theme.html
contains styles so that your element looks good.
You can either use a package manager like bower to install the files and then
use them or a CDN to include the files directly on your web page.
{{bowerInstalls(elName, elDependencies, showDs)}}
Once you've got the requisite depenedencies on your web page, all you need to do is copy the code in Element Code section and paste it in your web page.