ItemSeparator() — ui Function Reference
Architecture documentation for the ItemSeparator() function in item.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD e2446193_ebf9_4d20_9f7e_435d30a0ee21["ItemSeparator()"] de915892_6a81_540d_6d32_653b5a062821["item.tsx"] e2446193_ebf9_4d20_9f7e_435d30a0ee21 -->|defined in| de915892_6a81_540d_6d32_653b5a062821 style e2446193_ebf9_4d20_9f7e_435d30a0ee21 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/default/ui/item.tsx lines 19–31
function ItemSeparator({
className,
...props
}: React.ComponentProps<typeof Separator>) {
return (
<Separator
data-slot="item-separator"
orientation="horizontal"
className={cn("my-0", className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does ItemSeparator() do?
ItemSeparator() is a function in the ui codebase, defined in deprecated/www/registry/default/ui/item.tsx.
Where is ItemSeparator() defined?
ItemSeparator() is defined in deprecated/www/registry/default/ui/item.tsx at line 19.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free