Skip to content
kapable

DateField

Forms · 2 exports · v0.1.0 · showcase

Native date and local date-time controls with Field label, constraint, hint, and error wiring.

Browse 72 component families

Uses local time.

Usage

DateField usage
<DatePicker label="Start date" name="start" min="2026-01-01" />
<DateField label="Run at" name="runAt" type="datetime-local" />

API

DateField API

DatePickerProps omits the required type from DateFieldProps; the syntactic extractor reports the shared DateFieldProps contract.

DateFieldProps

DateField props
proptypenotes
labelstring
namestring
id?string
type'date' | 'datetime-local'
defaultValue?string
min?string
max?string
step?number | 'any'
error?string | null
hint?RemixNode
required?boolean
disabled?boolean
readOnly?boolean
autoComplete?string
mix?MixInput

More in Forms

More in Forms