UNPKG

@dile/dile-checkbox

Version:

Webcomponent dile-checkbox to create a custom-styled checkbox element following open-wc recommendations

4 lines (2 loc) 116 B
import { DileCheckbox } from "./src/DileCheckbox.js"; window.customElements.define("dile-checkbox", DileCheckbox);