Components
Loading preview...
This React component creates an immersive, full-page scrolling animation designed to showcase a series of features or messages. As the user scrolls down, the content on the left smoothly transitions with a fade and slide effect, while the corresponding image on the right slides into view.
npx shadcn@latest add https://21st.dev/r/minhxthanh/interactive-scrolling-story-componentimport { ScrollingFeatureShowcase } from "@/components/ui/interactive-scrolling-story-component";
export default function DemoOne() {
return <ScrollingFeatureShowcase />;
}