CustomSubpage() — supabase Function Reference
Architecture documentation for the CustomSubpage() function in commandmenu-subpage-custom.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/commandmenu-subpage-custom.tsx lines 16–26
function CustomSubpage() {
return (
<div className="p-5">
<Breadcrumb className="mb-4" />
<h1 className="font-heading text-xl mb-4 text-foreground">Custom subpage</h1>
<p className="text-foreground-light text-sm">
Here is a custom subpage built from a component that you provide.
</p>
</div>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free