ButtonDestructive() — supabase Function Reference
Architecture documentation for the ButtonDestructive() function in button-destructive.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/button-destructive.tsx lines 4–19
export default function ButtonDestructive() {
return (
<div className="flex gap-3">
<Button type="danger">Button rest</Button>
<Button type="danger" loading>
Button loading
</Button>
<Button type="danger" icon={<Mail />}>
Button icon
</Button>
<Button type="danger" iconRight={<Mail />}>
Button iconRight
</Button>
</div>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free