Components
Loading preview...
This is date picker
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/date-pickerimport { Basic } from "@/components/ui/date-picker";
export default function DemoOne() {
return <Basic />;
}