ButtonIconRight() — ui Function Reference
Architecture documentation for the ButtonIconRight() function in button-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5cbab12b_e85e_8560_390b_5ac0f0e2bee8["ButtonIconRight()"] 406a095d_2246_161a_f71b_085efd146c9e["button-example.tsx"] 5cbab12b_e85e_8560_390b_5ac0f0e2bee8 -->|defined in| 406a095d_2246_161a_f71b_085efd146c9e style 5cbab12b_e85e_8560_390b_5ac0f0e2bee8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/button-example.tsx lines 90–366
function ButtonIconRight() {
return (
<Example title="Icon Right">
<div className="flex flex-wrap items-center gap-2">
<Button size="xs">
Default{" "}
<IconPlaceholder
lucide="ArrowRightIcon"
tabler="IconArrowRight"
hugeicons="ArrowRight02Icon"
phosphor="ArrowRightIcon"
remixicon="RiArrowRightLine"
data-icon="inline-end"
/>
</Button>
<Button size="xs" variant="secondary">
Secondary{" "}
<IconPlaceholder
lucide="ArrowRightIcon"
tabler="IconArrowRight"
hugeicons="ArrowRight02Icon"
phosphor="ArrowRightIcon"
remixicon="RiArrowRightLine"
data-icon="inline-end"
/>
</Button>
<Button size="xs" variant="outline">
Outline{" "}
<IconPlaceholder
lucide="ArrowRightIcon"
tabler="IconArrowRight"
hugeicons="ArrowRight02Icon"
phosphor="ArrowRightIcon"
remixicon="RiArrowRightLine"
data-icon="inline-end"
/>
</Button>
<Button size="xs" variant="ghost">
Ghost{" "}
<IconPlaceholder
lucide="ArrowRightIcon"
tabler="IconArrowRight"
hugeicons="ArrowRight02Icon"
phosphor="ArrowRightIcon"
remixicon="RiArrowRightLine"
data-icon="inline-end"
/>
</Button>
<Button size="xs" variant="destructive">
Destructive{" "}
<IconPlaceholder
lucide="ArrowRightIcon"
tabler="IconArrowRight"
hugeicons="ArrowRight02Icon"
phosphor="ArrowRightIcon"
remixicon="RiArrowRightLine"
data-icon="inline-end"
/>
</Button>
<Button size="xs" variant="link">
Link{" "}
<IconPlaceholder
lucide="ArrowRightIcon"
tabler="IconArrowRight"
hugeicons="ArrowRight02Icon"
phosphor="ArrowRightIcon"
remixicon="RiArrowRightLine"
data-icon="inline-end"
/>
</Button>
</div>
<div className="flex flex-wrap items-center gap-2">
<Button size="sm">
Default
<IconPlaceholder
lucide="ArrowRightIcon"
tabler="IconArrowRight"
hugeicons="ArrowRight02Icon"
phosphor="ArrowRightIcon"
remixicon="RiArrowRightLine"
data-icon="inline-end"
Domain
Subdomains
Source
Frequently Asked Questions
What does ButtonIconRight() do?
ButtonIconRight() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/button-example.tsx.
Where is ButtonIconRight() defined?
ButtonIconRight() is defined in apps/v4/registry/bases/base/examples/button-example.tsx at line 90.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free