Components
This FeaturesDetail component showcases product features through an animated, auto-sliding dashboard carousel with smooth GSAP transitions. It combines scroll-triggered effects and interactive tab navigation for a visually engaging feature preview.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/features-detailLoading preview...
import FeaturesDetail from "@/components/ui/features-detail";
export default function DemoOne() {
return <FeaturesDetail />;
}