An animated list loading skeleton with a title bar, icon-and-text rows, and badge placeholders that stagger a fade-up when scrolled into view.
import ListSkeleton from "@/components/ui/skeleton-03"; export default function Default() { return ( <div className="flex min-h-[400px] w-full items-center justify-center p-6"> <ListSkeleton /> </div> ); }