Here is animated list component
npx shadcn@latest add https://21st.dev/r/shadcnspace/animated-list
Loading preview...
import AnimatedListDemo from "@/components/ui/animated-list"; export default function DemoOne() { return <AnimatedListDemo/>; }