mirror of
https://github.com/tabler/tabler.git
synced 2026-08-08 04:12:26 +04:00
8962710163
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
---
|
|
// Vertical numbered steps for docs guides. Each `###` heading inside the slot
|
|
// starts a new numbered step (numbering comes from the .steps styles in core).
|
|
---
|
|
|
|
<div class="steps steps-vertical">
|
|
<slot />
|
|
</div>
|