Question: *How do I make a horizontal scroller?*
Answer#
flex + overflow-x-auto + shrink-0 items; add snap-x for magnetism. undefined
Markup#
<div class="flex gap-4 overflow-x-auto snap-x"><div class="w-72 shrink-0 snap-center">slide</div></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.
