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
  04455aa3_b7c0_4720_0fbe_a4f52fafff9b["BadgeExample()"]
  fc1ee748_75b6_9e50_9292_c5d6362e98a5["badge-example.tsx"]
  04455aa3_b7c0_4720_0fbe_a4f52fafff9b -->|defined in| fc1ee748_75b6_9e50_9292_c5d6362e98a5
  style 04455aa3_b7c0_4720_0fbe_a4f52fafff9b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/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/base/examples/badge-example.tsx.
Where is BadgeExample() defined?
BadgeExample() is defined in apps/v4/registry/bases/base/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