Components
An auto-advancing image carousel with a looping slideshow and clickable progress dot indicators.
Loading preview...
import Particle from "@/components/ui/v-carousel-5";
export default function Default() {
return (
<div className="flex min-h-[320px] w-full items-center justify-center bg-background p-6">
<Particle />
</div>
);
}