Home / Function/ ItemSeparator() — ui Function Reference

ItemSeparator() — ui Function Reference

Architecture documentation for the ItemSeparator() function in item.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  243c0d06_8d93_010c_5878_24b68682bfc7["ItemSeparator()"]
  7819f4f9_438b_0f3d_e2ba_2f35dcf759d3["item.tsx"]
  243c0d06_8d93_010c_5878_24b68682bfc7 -->|defined in| 7819f4f9_438b_0f3d_e2ba_2f35dcf759d3
  style 243c0d06_8d93_010c_5878_24b68682bfc7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/item.tsx lines 22–34

function ItemSeparator({
  className,
  ...props
}: React.ComponentProps<typeof Separator>) {
  return (
    <Separator
      data-slot="item-separator"
      orientation="horizontal"
      className={cn("cn-item-separator", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does ItemSeparator() do?
ItemSeparator() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/item.tsx.
Where is ItemSeparator() defined?
ItemSeparator() is defined in apps/v4/registry/bases/radix/ui/item.tsx at line 22.

Analyze Your Own Codebase

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

Try Supermodel Free