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

badge-secondary.tsx — ui Source File

Architecture documentation for badge-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
  ec48a555_e0ee_98b8_658c_1c79881eb1f9["badge-secondary.tsx"]
  53b9ace0_ba3d_dd36_26a5_2a02e237653f["badge"]
  ec48a555_e0ee_98b8_658c_1c79881eb1f9 --> 53b9ace0_ba3d_dd36_26a5_2a02e237653f
  style ec48a555_e0ee_98b8_658c_1c79881eb1f9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Badge } from "@/registry/default/ui/badge"

export default function BadgeSecondary() {
  return <Badge variant="secondary">Secondary</Badge>
}

Subdomains

Functions

Dependencies

  • badge

Frequently Asked Questions

What does badge-secondary.tsx do?
badge-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 badge-secondary.tsx?
badge-secondary.tsx defines 1 function(s): BadgeSecondary.
What does badge-secondary.tsx depend on?
badge-secondary.tsx imports 1 module(s): badge.
Where is badge-secondary.tsx in the architecture?
badge-secondary.tsx is located at deprecated/www/registry/default/examples/badge-secondary.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/examples).

Analyze Your Own Codebase

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

Try Supermodel Free