switcher
A row that switches to a column below a width threshold.
Example
a
b
c
Basic usage
<m-switcher threshold="md">…</m-switcher>API
Resize the window to see the row switch to a column below its threshold.
Attributes
| Name | Type/Values | Default | Description |
|---|---|---|---|
gap | none · 2xs · xs · sm · md · lg · xl · 2xl | md | Sets the space between children. |
threshold | sm · md · lg · xl | lg | Sets the width below which children stack. |