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

Relationship Graph

Source Code

apps/v4/registry/bases/base/ui/select.tsx lines 154–165

function SelectSeparator({
  className,
  ...props
}: SelectPrimitive.Separator.Props) {
  return (
    <SelectPrimitive.Separator
      data-slot="select-separator"
      className={cn("cn-select-separator pointer-events-none", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does SelectSeparator() do?
SelectSeparator() is a function in the ui codebase, defined in apps/v4/registry/bases/base/ui/select.tsx.
Where is SelectSeparator() defined?
SelectSeparator() is defined in apps/v4/registry/bases/base/ui/select.tsx at line 154.

Analyze Your Own Codebase

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

Try Supermodel Free