Components
Loading preview...
Here is text scroll animation
npx shadcn@latest add https://21st.dev/r/reuno-ui/text-scroll-animationimport { Skiper31 } from "@/components/ui/text-scroll-animation";
export default function DemoOne() {
return <Skiper31/>;
}