Components
Loading preview...
An animated two-panel scroll adventure
npx shadcn@latest add https://21st.dev/r/minhxthanh/animated-scrollimport ScrollAdventure from "@/components/ui/animated-scroll";
const DemoOne = () => {
return (
<div className="w-full h-screen">
<ScrollAdventure />
</div>
);
};
export { DemoOne };