Skip to main content

DatePicker

Date selection with calendar popup.

Import

import { DatePicker } from '@kikumi3n/ui';

Usage

<DatePicker
value={date}
onChange={setDate}
placeholder="Select date"
/>

API

PropTypeDefaultDescription
valueDateSelected date
onChange`(date: Dateundefined) => void`
placeholderstringPlaceholder text
disabledbooleanfalseDisable picker