blueprint loading
<xin-loader> and <xin-blueprint> are simple elements provided by tosijs for the dynamic loading
of component blueprints.
<xin-loader>
<xin-blueprint tag="swiss-clock" src="https://tonioloewald.github.io/xin-clock/dist/blueprint.js"></xin-blueprint>
</xin-loader>
<swiss-clock></swiss-clock>
Attributes
blueprintis the url of theblueprintjavascript module (required)tagis the tagName you wish to use. If the name of the blueprint is hyphenated, then that will be used by defaultpropertyif the blueprint module exports the blueprint function as a property, you can specify the property here.