SelectSeparator() — ui Function Reference
Architecture documentation for the SelectSeparator() function in select.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD d238a2ba_1eab_6a98_62f3_165c1ea8e5e3["SelectSeparator()"] fcbaf4bc_692c_5782_579e_3e591113186e["select.tsx"] d238a2ba_1eab_6a98_62f3_165c1ea8e5e3 -->|defined in| fcbaf4bc_692c_5782_579e_3e591113186e style d238a2ba_1eab_6a98_62f3_165c1ea8e5e3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/select.tsx lines 139–145
>(({ className, ...props }, ref) => (
<SelectPrimitive.Separator
ref={ref}
className={cn("-mx-1 my-1 h-px bg-muted", className)}
{...props}
/>
))
Domain
Subdomains
Source
Frequently Asked Questions
What does SelectSeparator() do?
SelectSeparator() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/select.tsx.
Where is SelectSeparator() defined?
SelectSeparator() is defined in deprecated/www/registry/new-york/ui/select.tsx at line 139.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free