MutedVariantItemsSmall() — ui Function Reference
Architecture documentation for the MutedVariantItemsSmall() function in item-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD bbc08efd_b720_03b5_f1a4_7ea6da0ea14e["MutedVariantItemsSmall()"] c6f7f3f1_b32d_d1ac_3270_85fac0220e98["item-example.tsx"] bbc08efd_b720_03b5_f1a4_7ea6da0ea14e -->|defined in| c6f7f3f1_b32d_d1ac_3270_85fac0220e98 style bbc08efd_b720_03b5_f1a4_7ea6da0ea14e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/item-example.tsx lines 671–795
function MutedVariantItemsSmall() {
return (
<Example title="Muted - Small">
<Item variant="muted" size="sm">
<ItemContent>
<ItemTitle>Title Only</ItemTitle>
</ItemContent>
</Item>
<Item variant="muted" size="sm">
<ItemContent>
<ItemTitle>Title + Button</ItemTitle>
</ItemContent>
<ItemActions>
<Button variant="outline" size="sm">
Action
</Button>
</ItemActions>
</Item>
<Item variant="muted" size="sm">
<ItemContent>
<ItemTitle>Title + Description</ItemTitle>
<ItemDescription>
This is a description that provides additional context.
</ItemDescription>
</ItemContent>
</Item>
<Item variant="muted" size="sm">
<ItemContent>
<ItemTitle>Title + Description + Button</ItemTitle>
<ItemDescription>
This item includes a title, description, and action button.
</ItemDescription>
</ItemContent>
<ItemActions>
<Button variant="outline" size="sm">
Action
</Button>
</ItemActions>
</Item>
<Item variant="muted" size="sm">
<ItemMedia variant="icon">
<IconPlaceholder
lucide="InboxIcon"
tabler="IconArchive"
hugeicons="Archive02Icon"
phosphor="ArchiveIcon"
remixicon="RiArchiveLine"
/>
</ItemMedia>
<ItemContent>
<ItemTitle>Media + Title</ItemTitle>
</ItemContent>
</Item>
<Item variant="muted" size="sm">
<ItemMedia variant="icon">
<IconPlaceholder
lucide="InboxIcon"
tabler="IconArchive"
hugeicons="Archive02Icon"
phosphor="ArchiveIcon"
remixicon="RiArchiveLine"
/>
</ItemMedia>
<ItemContent>
<ItemTitle>Media + Title + Button</ItemTitle>
</ItemContent>
<ItemActions>
<Button size="sm">Action</Button>
</ItemActions>
</Item>
<Item variant="muted" size="sm">
<ItemMedia variant="icon">
<IconPlaceholder
lucide="InboxIcon"
tabler="IconArchive"
hugeicons="Archive02Icon"
phosphor="ArchiveIcon"
remixicon="RiArchiveLine"
/>
</ItemMedia>
<ItemContent>
Domain
Subdomains
Source
Frequently Asked Questions
What does MutedVariantItemsSmall() do?
MutedVariantItemsSmall() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/item-example.tsx.
Where is MutedVariantItemsSmall() defined?
MutedVariantItemsSmall() is defined in apps/v4/registry/bases/base/examples/item-example.tsx at line 671.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free