SusIconRail
Package
SusKit · Atoms (commercial)
Vertical or horizontal strip of circular category / loadout items.
No API metadata for SusIconRail. Run npm run extract.
Usage
csharp
var rail = new SusIconRail();
rail.SetLabels("W", "A", "Q", "M");
rail.Model.Value = "0";
rail.OnChanged += value => { /* … */ };| Prop | Role |
|---|---|
Items | List<RailItem> — Label, Value, Icon, Disabled |
Model | Selected value |
Direction | vertical | horizontal |
OnChanged | Action<string> |
Root layout often needs consumer USS: Sharq scoping breaks self-target on .sus-icon-rail.
See also Layout recipes.