input-badge.tsx — ui Source File
Architecture documentation for input-badge.tsx, a tsx file in the ui codebase. 3 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 2d236aa5_4828_919d_98c2_141d8b8e4828["input-badge.tsx"] 0e5bfac8_76e1_675a_4d46_a5283014eb00["badge"] 2d236aa5_4828_919d_98c2_141d8b8e4828 --> 0e5bfac8_76e1_675a_4d46_a5283014eb00 b5f68436_cf6b_fba3_fb29_abf27fd13442["field"] 2d236aa5_4828_919d_98c2_141d8b8e4828 --> b5f68436_cf6b_fba3_fb29_abf27fd13442 9af00736_7b63_3c3c_87d0_68c5200c5d80["input"] 2d236aa5_4828_919d_98c2_141d8b8e4828 --> 9af00736_7b63_3c3c_87d0_68c5200c5d80 style 2d236aa5_4828_919d_98c2_141d8b8e4828 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Badge } from "@/examples/radix/ui/badge"
import { Field, FieldLabel } from "@/examples/radix/ui/field"
import { Input } from "@/examples/radix/ui/input"
export function InputBadge() {
return (
<Field>
<FieldLabel htmlFor="input-badge">
Webhook URL{" "}
<Badge variant="secondary" className="ml-auto">
Beta
</Badge>
</FieldLabel>
<Input
id="input-badge"
type="url"
placeholder="https://api.example.com/webhook"
/>
</Field>
)
}
Domain
Subdomains
Functions
Dependencies
- badge
- field
- input
Source
Frequently Asked Questions
What does input-badge.tsx do?
input-badge.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, ContentSourcing subdomain.
What functions are defined in input-badge.tsx?
input-badge.tsx defines 1 function(s): InputBadge.
What does input-badge.tsx depend on?
input-badge.tsx imports 3 module(s): badge, field, input.
Where is input-badge.tsx in the architecture?
input-badge.tsx is located at apps/v4/examples/radix/input-badge.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free