Question: *How do I build a divider with a label?*

Answer#

Flex with two h-px stretchers around the label. undefined

Markup#

html
<div class="flex items-center gap-3 text-xs text-slate-400"><span class="h-px flex-1 bg-slate-200"></span>OR<span class="h-px flex-1 bg-slate-200"></span></div>

Where to go deeper#

Cookbook · Layout patterns · Utilities reference

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