Carousel
A carousel with motion and swipe gestures.
Preview
1
2
3
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/carouselUsage
Import the component from the package:
import { Carousel } from "@/registry/ui/carousel"Then use it in your application:
<Carousel />Examples
Default
1
2
3