A custom element using VanillaJS.
Replace component
with your custom element alias.
...
Apart from Construct this component uses:
Install the component using Bower:
$ bower install construct.component
Or download as ZIP.
- Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
- Import Custom Element:
<link rel="import" href="bower_components/construct.component">
- Start using it!
<component is="construct-component"></component>
...
...
Event | Description |
---|---|
onsomething |
Triggers when something happens. |
For detailed changelog, check Releases.
Initiated by Makis Tracend
Distributed through Makesites.org
Released under the MIT License