A calendar component made with framer motion and tailwind css.
Loading preview...
import Calendar from "@/components/ui/calendar"; export default function DemoOne() { return <Calendar />; }