Home / Function/ ButtonLoading() — ui Function Reference

ButtonLoading() — ui Function Reference

Architecture documentation for the ButtonLoading() function in button-loading.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  37321eb1_bd35_eafb_662b_5fda2195fe31["ButtonLoading()"]
  d6c5551d_aad2_a007_a002_5025898a7bb4["button-loading.tsx"]
  37321eb1_bd35_eafb_662b_5fda2195fe31 -->|defined in| d6c5551d_aad2_a007_a002_5025898a7bb4
  style 37321eb1_bd35_eafb_662b_5fda2195fe31 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/internal/sink/components/button-loading.tsx lines 5–12

export function ButtonLoading() {
  return (
    <Button disabled>
      <Loader2 className="animate-spin" />
      Please wait
    </Button>
  )
}

Subdomains

Frequently Asked Questions

What does ButtonLoading() do?
ButtonLoading() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/button-loading.tsx.
Where is ButtonLoading() defined?
ButtonLoading() is defined in deprecated/www/registry/new-york/internal/sink/components/button-loading.tsx at line 5.

Analyze Your Own Codebase

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

Try Supermodel Free