CustomDomainsShimmerLoader() — supabase Function Reference
Architecture documentation for the CustomDomainsShimmerLoader() function in CustomDomainsShimmerLoader.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Settings/General/CustomDomainConfig/CustomDomainsShimmerLoader.tsx lines 1–13
const CustomDomainsShimmerLoader = () => {
return (
<div className="grid grid-cols-12 gap-6 px-8 py-8">
<div className="col-span-12 lg:col-span-5">
<div className="h-6 w-1/3 bg-foreground-lighter rounded shimmering-loader" />
</div>
<div className="col-span-12 lg:col-span-7">
<div className="h-[38px] w-full bg-foreground-lighter rounded shimmering-loader" />
</div>
</div>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free