Problem: Right-hand anchors.
Solution#
<nav class="text-sm space-y-2 border-s ps-4">
<p class="font-semibold">On this page</p>
<a class="block text-slate-500 hover:text-blue-600">Overview</a>
</nav>Why this works#
Border-s rail of anchors.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
