ItemSeparator() — ui Function Reference
Architecture documentation for the ItemSeparator() function in item.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 972172a6_4c91_bd08_c0db_e3ae153a46ec["ItemSeparator()"] 7720bb90_1599_930e_6142_48caf367776e["item.tsx"] 972172a6_4c91_bd08_c0db_e3ae153a46ec -->|defined in| 7720bb90_1599_930e_6142_48caf367776e style 972172a6_4c91_bd08_c0db_e3ae153a46ec fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/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/new-york/ui/item.tsx.
Where is ItemSeparator() defined?
ItemSeparator() is defined in deprecated/www/registry/new-york/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