BadgeWithIconLeft() — ui Function Reference
Architecture documentation for the BadgeWithIconLeft() function in badge-icon.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD e3800f6d_1141_8145_77ac_9cc7995fead3["BadgeWithIconLeft()"] 7fbfd76c_0591_da4d_e1d0_b2d9e99923a6["badge-icon.tsx"] e3800f6d_1141_8145_77ac_9cc7995fead3 -->|defined in| 7fbfd76c_0591_da4d_e1d0_b2d9e99923a6 style e3800f6d_1141_8145_77ac_9cc7995fead3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/badge-icon.tsx lines 4–17
export function BadgeWithIconLeft() {
return (
<div className="flex flex-wrap gap-2">
<Badge variant="secondary">
<BadgeCheck data-icon="inline-start" />
Verified
</Badge>
<Badge variant="outline">
Bookmark
<BookmarkIcon data-icon="inline-end" />
</Badge>
</div>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does BadgeWithIconLeft() do?
BadgeWithIconLeft() is a function in the ui codebase, defined in apps/v4/examples/base/badge-icon.tsx.
Where is BadgeWithIconLeft() defined?
BadgeWithIconLeft() is defined in apps/v4/examples/base/badge-icon.tsx at line 4.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free