ButtonGroupWithLike() — ui Function Reference
Architecture documentation for the ButtonGroupWithLike() function in button-group-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2ec12c35_098f_c278_a7e1_585b98a697e5["ButtonGroupWithLike()"] 2a9b7ea2_138d_8063_c68e_fb0dd1342c8c["button-group-example.tsx"] 2ec12c35_098f_c278_a7e1_585b98a697e5 -->|defined in| 2a9b7ea2_138d_8063_c68e_fb0dd1342c8c style 2ec12c35_098f_c278_a7e1_585b98a697e5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/button-group-example.tsx lines 384–405
function ButtonGroupWithLike() {
return (
<Example title="With Like">
<ButtonGroup>
<Button variant="outline">
<IconPlaceholder
lucide="HeartIcon"
tabler="IconBell"
hugeicons="Notification02Icon"
phosphor="HeartIcon"
remixicon="RiHeartLine"
data-icon="inline-start"
/>{" "}
Like
</Button>
<Button variant="outline" asChild size="icon" className="w-12">
<span>1.2K</span>
</Button>
</ButtonGroup>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ButtonGroupWithLike() do?
ButtonGroupWithLike() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/button-group-example.tsx.
Where is ButtonGroupWithLike() defined?
ButtonGroupWithLike() is defined in apps/v4/registry/bases/radix/examples/button-group-example.tsx at line 384.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free