Home / File/ button-secondary.tsx — ui Source File

button-secondary.tsx — ui Source File

Architecture documentation for button-secondary.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  0f003a31_b746_a880_7305_712143bf2358["button-secondary.tsx"]
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  0f003a31_b746_a880_7305_712143bf2358 --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  style 0f003a31_b746_a880_7305_712143bf2358 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/registry/new-york/ui/button"

export function ButtonSecondary() {
  return <Button variant="secondary">Secondary</Button>
}

Subdomains

Functions

Dependencies

  • button

Frequently Asked Questions

What does button-secondary.tsx do?
button-secondary.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in button-secondary.tsx?
button-secondary.tsx defines 1 function(s): ButtonSecondary.
What does button-secondary.tsx depend on?
button-secondary.tsx imports 1 module(s): button.
Where is button-secondary.tsx in the architecture?
button-secondary.tsx is located at deprecated/www/registry/new-york/internal/sink/components/button-secondary.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/internal/sink/components).

Analyze Your Own Codebase

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

Try Supermodel Free