Home / Function/ AlertDemo() — supabase Function Reference

AlertDemo() — supabase Function Reference

Architecture documentation for the AlertDemo() function in alert-demo.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/alert-demo.tsx lines 4–14

export default function AlertDemo() {
  return (
    <Alert_Shadcn_>
      <Terminal size={16} />
      <AlertTitle_Shadcn_>Heads up!</AlertTitle_Shadcn_>
      <AlertDescription_Shadcn_>
        You can also add components to your app using the CLI.
      </AlertDescription_Shadcn_>
    </Alert_Shadcn_>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free