Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 1.33 KB

readme.sample.md

File metadata and controls

85 lines (43 loc) · 1.33 KB

Construct: Component

A custom element using VanillaJS.

Replace component with your custom element alias.

Examples

...

Dependencies

Apart from Construct this component uses:

Install

Install the component using Bower:

$ bower install construct.component

Or download as ZIP.

Usage

  1. Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
  1. Import Custom Element:
<link rel="import" href="bower_components/construct.component">
  1. Start using it!
<component is="construct-component"></component>

Options

...

Methods

...

Events

Event Description
onsomething Triggers when something happens.

History

For detailed changelog, check Releases.

Credits

Initiated by Makis Tracend

Full list of contributors

Distributed through Makesites.org

License

Released under the MIT License