Documentation
Components
Separator

Separator

type SeparatorProps = ComponentProps<typeof Separator>;

Noir Tribe Docs

An UI component library.

Blog
Docs
Source
A list of the props available
PropTypeDefault ValueDescription
classNamestringundefinedThe CSS class name for styling the button.
orientation'horizontal' | 'vertical''horizontal'The orientation of the separator. Can be 'horizontal' or 'vertical'.
decorativebooleantrueSpecifies whether the separator is purely decorative for accessibility purposes.