Home / Function/ CopyButtonVerbs() — supabase Function Reference

CopyButtonVerbs() — supabase Function Reference

Architecture documentation for the CopyButtonVerbs() function in copy-button-verbs.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/copy-button-verbs.tsx lines 5–22

export default function CopyButtonVerbs() {
  return (
    <div className="flex flex-row gap-16">
      <div className="flex flex-col gap-4">
        <span className="text-xs text-foreground-muted">Bad Example</span>
        <Button type="primary">Table creation</Button>
        <Button type="primary">Save action</Button>
        <Button type="danger">Bucket deletion</Button>
      </div>
      <div className="flex flex-col gap-4">
        <span className="text-xs text-foreground-muted">Good Example</span>
        <Button type="primary">Create table</Button>
        <Button type="primary">Save changes</Button>
        <Button type="danger">Delete bucket</Button>
      </div>
    </div>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free