Skip to main content

Separator

A thin dividing line, horizontal or vertical.

Above
Below
<Text variant="body">Above</Text>
<Separator />
<Text variant="body">Below</Text>

Props

PropTypeDefaultDescription
orientation'horizontal' | 'vertical''horizontal'Direction of the line.
thicknessnumberLine thickness in px.
colorTVajraColors'border'Line color token.
variant'solid' | 'dashed' | 'dotted'Line style.