Organism
Calendar
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/calendarDependencies
This component depends on the following registry items:
button
Usage
tsx
import { Calendar } from "@/components/ui/organisms/calendar.tsx";
export default function Example() {
return <Calendar />;
}