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
  a60a2290_9c32_8384_4ef1_e7b8e321a118["SelectSeparator()"]
  431bf12d_909c_68a1_6570_791d19dd115a["select.tsx"]
  a60a2290_9c32_8384_4ef1_e7b8e321a118 -->|defined in| 431bf12d_909c_68a1_6570_791d19dd115a
  style a60a2290_9c32_8384_4ef1_e7b8e321a118 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/ui/select.tsx lines 134–145

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/examples/radix/ui/select.tsx.
Where is SelectSeparator() defined?
SelectSeparator() is defined in apps/v4/examples/radix/ui/select.tsx at line 134.

Analyze Your Own Codebase

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

Try Supermodel Free