Docs
Date Field

Date Field

Date Field allows user to enter date value.

Installation

pnpm dlx cross-env REGISTRY_URL=https://ui-x.junwen-k.dev/r pnpm dlx shadcn@latest add date-field

Usage

import {
  DateField,
  DateFieldDays,
  DateFieldMonths,
  DateFieldSeparator,
  DateFieldYears,
} from "@/components/ui/date-field"
<DateField>
  <DateFieldDays />
  <DateFieldSeparator />
  <DateFieldMonths />
  <DateFieldSeparator />
  <DateFieldYears />
</DateField>

Examples

Default

Form

Your date of birth is used to calculate your age.