Visually or semantically separates content.
❯buridan add separatorUse the following to build the Separator component.
from components.ui.separator import separatorFor manual installation, copy each of the source codes below in their respective locations.
The default orientation is "horizontal".
Props used: none required — orientation="horizontal" is the default.
Props used: orientation="vertical" on separator.
Vertical separators between menu items with descriptions.
Props used: orientation="vertical" on separator.
Horizontal separators between list items.
Props used: none required — orientation="horizontal" is the default.
separator(orientation="vertical")
When decorative=True (the default), aria-hidden="true" is set — the separator is treated as purely visual. Set decorative=False to render it as a semantic role="separator" for assistive technology instead.