UNPKG

generator-base-angulymerjs

Version:

AngularJS with Polymer Webcomponents basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.

10 lines 294 B
<dom-module id="element-libButton"><template><style>:host { font-size: 0.8em; } </style><a href="{{url}}" target="_black" class="btn btn-default btn-sm">{{name}}</a></template><script>Polymer({ is: 'element-libButton', properties: { name: String, ulr: String } });</script></dom-module>