Components
Loading preview...
This variation of the Orbiting Carousel adds a layer of interactivity with animated icons. Each item in the carousel not only orbits but also features its own animation, drawing attention and adding a playful touch to your UI.
npx shadcn@latest add https://21st.dev/r/olovajs/orbiting-carousel-with-animated-iconsimport OrbitCarousel from "@/components/ui/orbiting-carousel-with-animated-icons";
export default function DemoOne() {
return <OrbitCarousel />;
}