Datepicker
Date input component with native date picker support.
Beispiel:
import { DatePicker } from '@document-writing-tools/kernux-react';
<DatePicker
label="Select Date"
min="2024-01-01"
max="2024-12-31"
/>Props:
label: string- Required label for the date pickerhint?: string- Optional hint texterrorMessage?: string- Error message to display- Extends all standard HTML input[type=“date”] element props