Components
Loading placeholder that mirrors a sidebar dashboard layout with a nav rail, header actions, stat cards, and list rows.
Loading preview...
import Pattern from "@/components/ui/v-skeleton-8";
export default function Default() {
return (
<div className="flex min-h-screen w-full items-center justify-center bg-background p-6">
<Pattern />
</div>
);
}