mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 14:56:43 -04:00
10 lines
282 B
HTML
10 lines
282 B
HTML
{{- /*
|
|
A shortcode for creating a step list.
|
|
|
|
@example {{% steps %}}{{% /steps %}}
|
|
*/ -}}
|
|
|
|
<div class="hextra-steps hx:ml-4 hx:mb-12 hx:ltr:border-l hx:rtl:border-r hx:border-gray-200 hx:ltr:pl-6 hx:rtl:pr-6 hx:dark:border-neutral-800 [counter-reset:step]">
|
|
{{- .Inner -}}
|
|
</div>
|