DatePicker

Inputs

A date selection input.

Preview

Usage

<DatePicker label="Birth Date" bind:value={date} />

Props

NameTypeDefaultDescription
valuestring''The selected date (YYYY-MM-DD).
labelstring''Label text.