ObjectUIObjectUI

Separator

Visual divider between content sections

Examples

Horizontal

Content Above
Content Below

Vertical

Left
Right

Schema

interface SeparatorSchema {
  type: 'separator';
  orientation?: 'horizontal' | 'vertical';
  className?: string;
}

On this page