Organism

Carousel

A organism component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/carousel

Dependencies

This component depends on the following registry items:

  • button

Usage

tsx
import { Carousel } from "@/components/ui/organisms/carousel.tsx";

export default function Example() {
  return <Carousel />;
}