Question: *How do I make a progress bar?*

Answer#

Track + fill with a width fraction. undefined

Markup#

html
<div class="h-2 rounded-full bg-slate-200"><div class="h-full w-3/4 rounded-full bg-blue-600"></div></div>

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.