Home / Function/ BadgeExample() — ui Function Reference

BadgeExample() — ui Function Reference

Architecture documentation for the BadgeExample() function in badge-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  6646e508_5503_5097_75e0_47307c0d52e1["BadgeExample()"]
  199245b1_56c0_3db4_6800_97ffcd015f1f["badge-example.tsx"]
  6646e508_5503_5097_75e0_47307c0d52e1 -->|defined in| 199245b1_56c0_3db4_6800_97ffcd015f1f
  style 6646e508_5503_5097_75e0_47307c0d52e1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/badge-example.tsx lines 9–21

export default function BadgeExample() {
  return (
    <ExampleWrapper className="lg:grid-cols-1">
      <BadgeVariants />
      <BadgeWithIconLeft />
      <BadgeWithIconRight />
      <BadgeWithSpinner />
      <BadgeAsLink />
      <BadgeLongText />
      <BadgeCustomColors />
    </ExampleWrapper>
  )
}

Subdomains

Frequently Asked Questions

What does BadgeExample() do?
BadgeExample() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/badge-example.tsx.
Where is BadgeExample() defined?
BadgeExample() is defined in apps/v4/registry/bases/radix/examples/badge-example.tsx at line 9.

Analyze Your Own Codebase

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

Try Supermodel Free