can-register-element

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i can-register-element

Weekly Downloads

1

Version

0.0.2

License

BSD-2-Clause

Last publish

Collaborators

  • matthewp