A bare minimum custom element for APP UI using VanillaJS.
This is merely a template, designed to make it easy to get started creating a new APP UI element.
Using bower:
bower install app.ui.component
Import from github
git pull git://github.com/app-ui/component.git master
Simply search and replace component
and Component
with your UI element name.
The component contains all the basic structure to get started. The stylesheet is created using Less and then been compiled to a plain CSS file. It's your choice if you want to continue developing in Less or CSS.
- Import Web Components' polyfill
<script src="components/webcomponentsjs/webcomponents.min.js"></script>
- Import Custom Element:
<link rel="import" href="components/app.ui.component">
- Start using it!
<ui-component></ui-component>
...
...
Initiated by Makis Tracend ( @tracend )
Distributed through Makesites.org
Released under the MIT License