construct.wheeled


Install
bower install construct.wheeled

Documentation

Construct: Wheeled

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.wheeled

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.wheeled">
  1. Start using it!
<object is="construct-wheeled"></object>

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