UNPKG

@lion/fieldset

Version:

Allows to groups multiple input fields or other fieldsets together

14 lines (12 loc) 256 B
import { LionField } from '@lion/form-core'; customElements.define( 'demo-fieldset-child', class extends LionField { get slots() { return { ...super.slots, input: () => document.createElement('input'), }; } }, );