🤖Automatically create customElements.define

With @atomico/vite you can automate the declaration of customElements.define, @atomico/vite will transform the export of your customElement into a record for customElements.define.

Atomico will transform the export name of your web component to kebab case. For example, MyComponent will be transformed to my-component. Additionally, you can configure the plugin to add a prefix.

Config

Last updated

Was this helpful?