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