0.0.2 • Published 8 years ago

can-register-element v0.0.2

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
8 years ago

Note This is a WIP and not working correctly yet, do not use and expect much.

can-register-element

Registers all CanJS Components with the native Web Component API. This means you can put your components directly in the template:

<my-app></my-app>

Install

npm install can-register-element --save

Use

Simply import can-register-element any where in your app (typically in your main module):

import 'can-register-element';

All Components (including those already created) will be registered as Web Components.

License

BSD 2 Clause