Custom Element rendering system for Corpuscule
npm install @corpuscule/element> ## 🛠Status: In Development
> This package is currently under heavy development. Feedback is always welcome, but be careful with
using it in production. API is not ready yet and can receive large changes.
@corpuscule/elementA lightweight set of decorators for creating web components. It is a decorator-based analog for
Polymer's LitElement or a web components based view
rendering library like React or Vue.
@corpuscule/element with any renderer you want: lit-html,hyperHTML, preact or even React. Just choose an existing renderer or create a new one and sendbash
$ npm install --save @corpuscule/element
`
or
`bash
$ yarn add @corpuscule/element
`Documentation
API documentation is available for the following modules:
* @corpuscule/element.Future
There are plans to create Babel plugin that will remove guard`s from the production builds.Common future plans for all Corpuscule packages can be found here.