Skeleton loading placeholder with avatar, title, text, and media variants.
import { Skeleton } from "@/components/ui/interfaces-skeleton" export default function DemoMedia() { return ( <div className="flex min-h-screen w-full items-center justify-center bg-black"> <Skeleton variant="media" /> </div> ) }
Part of Interfaces DS — browse the full library on 21st.dev.