SusDivider

Thin rule between sections — horizontal or vertical, optional inset.
Package
SusKit · Atoms (commercial)
Props
| Name | Type | Default | |
|---|---|---|---|
Direction | Prop<string> | "horizontal" | v-model |
Inset | Prop<bool> | false | v-model |
Slots
No slots.
Events
No public events.
Style hooks
USS class contract — override appearance without touching C#. States toggle via these classes:
sus-dividersus-divider--insetsus-divider--vertical
Usage
xml
<template>
<sus:SusDivider Direction="horizontal" Inset="true" />
</template>csharp
var rule = new SusDivider();
rule.Direction.Value = "vertical";
rule.Inset.Value = false;Direction
horizontal · vertical