Components
Separator

Separator

The Separator component creates clear visual or semantic divisions between content, improving readability and organization within the interface. It helps to define boundaries between sections or elements, enhancing the overall structure and flow of the layout.

Lorem ipsum

consectetur adipiscing elit

Blog
Docs
Source

Configurable Props

<Separator>

Prop

Type

Default/ Options

Description

orientation

enum ("horizontal" | "vertical")

"horizontal"

Determines the orientation of the separator.

decorative

boolean

true

When true, signifies that it is purely visual, carries no semantic meaning, and ensures it is not present in the accessibility tree.