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