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/carousel

Usage

Import the component from the package:

import { Carousel } from "@/registry/ui/carousel"

Then use it in your application:

<Carousel />

Examples

Default

1
2
3