New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

can-register-element

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-register-element

Register can Components with registerElement

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

canjs

FAQs

Package last updated on 04 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts