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 b74d338b_813a_64d1_0970_a4a3af46c507["ButtonGroupWithLike()"] d41ef55a_d021_eff9_a1f7_cf3a6ebe42df["button-group-example.tsx"] b74d338b_813a_64d1_0970_a4a3af46c507 -->|defined in| d41ef55a_d021_eff9_a1f7_cf3a6ebe42df style b74d338b_813a_64d1_0970_a4a3af46c507 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/button-group-example.tsx lines 388–415
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"
size="icon"
className="w-12"
render={<span />}
nativeButton={false}
>
1.2K
</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/base/examples/button-group-example.tsx.
Where is ButtonGroupWithLike() defined?
ButtonGroupWithLike() is defined in apps/v4/registry/bases/base/examples/button-group-example.tsx at line 388.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free