A loading skeleton placeholder that shows a row of three dashboard stat cards while data is fetching.
import { Pattern } from "@/components/ui/v-skeleton-4"; export default function Default() { return ( <div className="flex min-h-[320px] w-full items-center justify-center p-8"> <Pattern /> </div> ); }