Skip to main content
The Separator component is used to visually divide content in an interface. It supports both horizontal and vertical orientations, as well as different sizes and colors.

Usage

Vertical separator

Sizes

Colors

API reference

Separator

'horizontal' | 'vertical'
default:"horizontal"
The orientation of the separator.
'small' | 'half' | 'full'
default:"full"
The size of the separator. Controls the width (horizontal) or height (vertical).
'primary' | 'secondary' | 'tertiary'
default:"primary"
The color variant of the separator.
string
Additional CSS class for the separator.