DatePicker
InputsA date selection input.
Preview
Usage
<DatePicker label="Birth Date" bind:value={date} />Props
| Name | Type | Default | Description |
|---|---|---|---|
| value | string | '' | The selected date (YYYY-MM-DD). |
| label | string | '' | Label text. |
A date selection input.
<DatePicker label="Birth Date" bind:value={date} />| Name | Type | Default | Description |
|---|---|---|---|
| value | string | '' | The selected date (YYYY-MM-DD). |
| label | string | '' | Label text. |