Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 637 Bytes

separator.md

File metadata and controls

22 lines (14 loc) · 637 Bytes

go back to Docs

Separator

Separator provides a simple horizontal or vertical line with a small margin around it. It is usually intended inside a flexbox, if the separator is used in other display type container it is not guaranteed to work properly, manually setting the width and height of the separator is necessary in such case.

Horizontal separator

<span class="separator"></span>

Vertical separator

<span class="separator vertical"></span>

Class Names

  • separator - a horizontal separator
  • vertical - a class that changes the orientation of the separator to vertical