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