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