Home / Function/ SeparatorInList() — ui Function Reference

SeparatorInList() — ui Function Reference

Architecture documentation for the SeparatorInList() function in separator-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  23a367da_cbee_1997_aa38_23e9fafb8ff3["SeparatorInList()"]
  000a9822_b5e2_b69b_0883_016b0cfeef34["separator-example.tsx"]
  23a367da_cbee_1997_aa38_23e9fafb8ff3 -->|defined in| 000a9822_b5e2_b69b_0883_016b0cfeef34
  style 23a367da_cbee_1997_aa38_23e9fafb8ff3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/separator-example.tsx lines 79–100

function SeparatorInList() {
  return (
    <Example title="In List">
      <div className="style-lyra:text-xs/relaxed flex flex-col gap-2 text-sm">
        <dl className="flex items-center justify-between">
          <dt>Item 1</dt>
          <dd className="text-muted-foreground">Value 1</dd>
        </dl>
        <Separator />
        <dl className="flex items-center justify-between">
          <dt>Item 2</dt>
          <dd className="text-muted-foreground">Value 2</dd>
        </dl>
        <Separator />
        <dl className="flex items-center justify-between">
          <dt>Item 3</dt>
          <dd className="text-muted-foreground">Value 3</dd>
        </dl>
      </div>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does SeparatorInList() do?
SeparatorInList() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/separator-example.tsx.
Where is SeparatorInList() defined?
SeparatorInList() is defined in apps/v4/registry/bases/radix/examples/separator-example.tsx at line 79.

Analyze Your Own Codebase

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

Try Supermodel Free