layout

Separator

Visual divider between content sections. Horizontal or vertical, decorative or semantic.

Import

import { Separator } from '@stella-ds/react'

Props

PropTypeDefaultDescription
orientation'horizontal' | 'vertical''horizontal'Divider direction
decorativebooleantrueHides from screen readers (role="none") when true

Preview

Content above

Content below

Left

Right

Examples

Basic

<Separator />
<Separator orientation="vertical" />
Select
All Components
Skeleton