v 0.2.0

@customElement


This is a simple decorator that can be used to define a custom element.

It is a wrapper around the customElements.define method, providing a more concise and readable way to define custom elements.

@customElement('lc-demo')
export class MyElement extends RadiantElement {}