Home / Function/ ButtonDemo() — supabase Function Reference

ButtonDemo() — supabase Function Reference

Architecture documentation for the ButtonDemo() function in button-warning.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/button-warning.tsx lines 4–19

export default function ButtonDemo() {
  return (
    <div className="flex gap-3">
      <Button type="warning">Button rest</Button>
      <Button type="warning" loading>
        Button loading
      </Button>
      <Button type="warning" icon={<Mail />}>
        Button icon
      </Button>
      <Button type="warning" iconRight={<Mail />}>
        Button iconRight
      </Button>
    </div>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free