Divider
Create clear visual separation between elements in your user interface.
Anchor to propertiesProperties
- Anchor to colorcolor"base" | "strong"
Modify the color to be more or less intense.
- Anchor to directiondirection"inline" | "block"
Specify the direction of the divider. This uses logical properties.
Was this section helpful?
Code
<s-divider></s-divider>
Examples
Code
Default
<s-divider></s-divider>
Preview
Anchor to useful-forUseful for
- Separating elements inside sections.
- Visually grouping related content in forms and lists.
Was this section helpful?