EmptyStatePresentationalIcon() — supabase Function Reference
Architecture documentation for the EmptyStatePresentationalIcon() function in empty-state-presentational-icon.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/empty-state-presentational-icon.tsx lines 6–18
export default function EmptyStatePresentationalIcon() {
return (
<EmptyStatePresentational
icon={BucketPlus}
title="Create a vector bucket"
description="Store, index, and query your vector embeddings at scale."
>
<Button size="tiny" type="primary" icon={<Plus size={14} />}>
Create bucket
</Button>
</EmptyStatePresentational>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free