Home / Function/ PickerSeparator() — ui Function Reference

PickerSeparator() — ui Function Reference

Architecture documentation for the PickerSeparator() function in picker.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  362175c3_7bdb_a9f2_4135_773c2c60d3b3["PickerSeparator()"]
  b092b998_90ed_5dea_8a23_d23b4e659d3e["picker.tsx"]
  362175c3_7bdb_a9f2_4135_773c2c60d3b3 -->|defined in| b092b998_90ed_5dea_8a23_d23b4e659d3e
  style 362175c3_7bdb_a9f2_4135_773c2c60d3b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/app/(create)/components/picker.tsx lines 248–259

function PickerSeparator({
  className,
  ...props
}: MenuPrimitive.Separator.Props) {
  return (
    <MenuPrimitive.Separator
      data-slot="dropdown-menu-separator"
      className={cn("bg-border -mx-1 my-1 h-px", className)}
      {...props}
    />
  )
}

Domain

Subdomains

Frequently Asked Questions

What does PickerSeparator() do?
PickerSeparator() is a function in the ui codebase, defined in apps/v4/app/(create)/components/picker.tsx.
Where is PickerSeparator() defined?
PickerSeparator() is defined in apps/v4/app/(create)/components/picker.tsx at line 248.

Analyze Your Own Codebase

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

Try Supermodel Free