Docs
Date Field

Date Field

Date Field allows user to enter date value.

Installation

npx shadcn@latest add https://ui-x.junwen-k.dev/r/date-field.json

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.