Loading placeholders for dashboards and tables.
import { Skeleton } from "matcha-ui"; <div className="flex flex-col gap-2 max-w-sm"> <Skeleton className="h-4 w-3/4" /> <Skeleton className="h-4 w-1/2" /> <Skeleton className="h-24 w-full" /> </div>