Product Logo

Datepicker

Date input component with native date picker support.

Beispiel:
Select Date
Bitte wählen Sie ein Datum aus. (TT MM JJJJ)
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 picker
  • hint?: string - Optional hint text
  • errorMessage?: string - Error message to display
  • Extends all standard HTML input[type=“date”] element props