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

Relationship Graph

Source Code

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