Home / Function/ AdmonitionDestructive() — supabase Function Reference

AdmonitionDestructive() — supabase Function Reference

Architecture documentation for the AdmonitionDestructive() function in admonition-destructive.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/admonition-destructive.tsx lines 3–11

export default function AdmonitionDestructive() {
  return (
    <Admonition
      type="destructive"
      title="This is a destructive admonition"
      description="This is a destructive admonition description."
    />
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free