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

Relationship Graph

Source Code

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