Components
Loading preview...
A calendar component made with framer motion and tailwind css.
@chetanverma16
npx shadcn@latest add https://21st.dev/r/chetanverma16/calendarimport Calendar from "@/components/ui/calendar";
export default function DemoOne() {
return <Calendar />;
}