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>