Organism

Calendar

A organism component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/calendar

Dependencies

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 />;
}