Skip to content

construct-components/wheeled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors