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