Animated List
componentChildren that stagger in as they scroll into view. Ideal for feeds and notifications.
Deploy succeeded
New signup
Payment received
Installation
Namespace
npx shadcn@latest add @soultel/animated-listURL
npx shadcn@latest add https://asafefe.dev/r/animated-list.jsonDependenciesmotion
Usage
import { AnimatedList } from "@/components/animated-list"
export function Example() {
return (
<AnimatedList className="flex flex-col gap-2">
<div>First</div>
<div>Second</div>
<div>Third</div>
</AnimatedList>
)
}