An animated list item with smooth entrance and exit effects.
"use client"; import ListItem from "@/components/ui/list-item"; export default function Demo() { return ( <div className="flex items-center justify-center w-full min-h-screen bg-background p-8"> <ListItem /> </div> ); }
Part of Layouts — browse the full library on 21st.dev.