Kypros National Passport Number Input
an input for entering Kypros's National Passport Number
This is a new component. See the canonical documentation for full details.
an input for entering Kypros's National Passport Number
This is a new component. See the canonical documentation for full details.
// In your Svelte component:
import KyprosNationalPassportNumberInput from "lily-design-system-svelte-headless/components/KyprosNationalPassportNumberInput/KyprosNationalPassportNumberInput.svelte";
<KyprosNationalPassportNumberInput label="Label" />
Generated from this component's canonical metadata — the machine-checked source the implementations are held to.
aria-label provides accessible name from label proprequired and disabled states conveyed to assistive technologyaria-label provided from the label proplabel: string (required) — accessible label via aria-labelvalue: string (default: "") — bindable input valuerequired: boolean (default: false) — form validationdisabled: boolean (default: false) — disabled state...restProps: any additional HTML attributes spread onto the root