Home / Function/ EmptyStatePresentationalIcon() — supabase Function Reference

EmptyStatePresentationalIcon() — supabase Function Reference

Architecture documentation for the EmptyStatePresentationalIcon() function in empty-state-presentational-demo.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/empty-state-presentational-demo.tsx lines 5–16

export default function EmptyStatePresentationalIcon() {
  return (
    <EmptyStatePresentational
      title="Create an auth hook"
      description="Use Postgres functions or HTTP endpoints to customize your authentication flow."
    >
      <Button size="tiny" type="primary" icon={<Plus size={14} />}>
        Add hook
      </Button>
    </EmptyStatePresentational>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free