Date Input
FormsDate picker input
datepickercalendar
Installation
$
Usage
tsx
import { DateInput } from "@/components/nonaxial/date-input"
export default function Example() {
return (
<DateInput>{/* Your content here */}</DateInput>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |