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

Relationship Graph

Source Code

apps/v4/examples/base/ui-rtl/select.tsx lines 141–152

function SelectSeparator({
  className,
  ...props
}: SelectPrimitive.Separator.Props) {
  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/base/ui-rtl/select.tsx.
Where is SelectSeparator() defined?
SelectSeparator() is defined in apps/v4/examples/base/ui-rtl/select.tsx at line 141.

Analyze Your Own Codebase

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

Try Supermodel Free