UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

12 lines (7 loc) 352 B
@property {String} can.Component.prototype.tag @parent can.Component.prototype Specifies the HTML tag (or node-name) the [can.Component] will be created on. @option {String} The tag name the [can.Component] will be created on. Tag names are typically lower cased and hypenated like: `foo-bar`. Component's register their tag with [can.view.tag].