Components
Loading preview...
This component is a sleek, GSAP-powered horizontal carousel that showcases Ruixen-style UI cards with a wave-like animation. It highlights one card at the center by dipping it slightly downward and scaling it up, creating a dynamic focus effect. Users can navigate through the cards using arrow buttons, and the carousel loops infinitely for a smooth, continuous experience. Each card includes an image, title, subtitle, and a badge, making it perfect for showcasing features, projects, or templates in a visually engaging way.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-carousel-waveimport Slider_01 from "@/components/ui/ruixen-carousel-wave";
export default function DemoOne() {
return <Slider_01 />;
}