Skip to content

DatePicker

stable

Date selection input using native date control with DS token styling and monospace font

Data EntryInteractive/Storybook ↗
import { DatePicker } from "@nodus/design-system"
Demo coming soon

Props

value
Type stringDefault

Date value in YYYY-MM-DD format

onChange
Type (value: string) => voidDefault

Value change handler

label
Type stringDefault

Input label

error
Type stringDefault

Error message

hint
Type stringDefault

Help text

Accessibility

  • Uses native <input type="date"> for maximum accessibility
  • Label association via htmlFor/id
  • Error state via aria-describedby + aria-invalid
Metadatasmmdlgsemantictypeinputborder
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?