Components
Loading preview...
Animated process list with hover roll text and image preview.
@daiv09
npx shadcn@latest add https://21st.dev/r/daiwiikharihar17147/rolling-listimport { RollingTextList } from "@/components/ui/rolling-list";
export default function DemoOne() {
return <RollingTextList />;
}