Components
An empty state block with tabs for invoices, payments, and subscriptions, each showing an icon, message, and call-to-action buttons.
Loading preview...
import EmptyState from "@/components/ui/empty-state-03";
export default function Default() {
return (
<div className="flex min-h-svh w-full items-center justify-center bg-background p-4">
<EmptyState />
</div>
);
}