Home / Function/ SelectSeparator() — ui Function Reference

SelectSeparator() — ui Function Reference

Architecture documentation for the SelectSeparator() function in select.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  92c907a1_314c_e5e9_f839_6cadf5d0c52e["SelectSeparator()"]
  f0dc3d5c_0244_187c_ec5b_95566c892317["select.tsx"]
  92c907a1_314c_e5e9_f839_6cadf5d0c52e -->|defined in| f0dc3d5c_0244_187c_ec5b_95566c892317
  style 92c907a1_314c_e5e9_f839_6cadf5d0c52e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/select.tsx lines 130–141

function SelectSeparator({
  className,
  ...props
}: React.ComponentProps<typeof SelectPrimitive.Separator>) {
  return (
    <SelectPrimitive.Separator
      data-slot="select-separator"
      className={cn("bg-border pointer-events-none -mx-1 my-1 h-px", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does SelectSeparator() do?
SelectSeparator() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/select.tsx.
Where is SelectSeparator() defined?
SelectSeparator() is defined in apps/v4/registry/new-york-v4/ui/select.tsx at line 130.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free