Question: *How do I number a list of steps?*

Answer#

Ordered list with oversized ghost numerals for editorial flair. undefined

Markup#

html
<ol class="space-y-6"><li class="flex gap-4"><span class="text-3xl font-black text-slate-200">01</span><div>Step</div></li></ol>

Where to go deeper#

Cookbook · Layout patterns · Utilities reference

Tip. This answer targets Nakshora 1.0. The same question is answered version-appropriately in every other release — use the version switcher.