Carousel
A production-ready component built with React and Tailwind CSS
Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/carouselUsage
Import and use the component in your application
import { Carousel } from "@/components/ui/carousel"
export function Example() {
return <Carousel />
}Preview
Interactive preview of the component
Case 1
Case 2
Case 3