Tabbed Sticky Navbar

Live Preview
<div class="bg-white p-1 rounded-full shadow-lg border border-slate-200 flex items-center gap-1 sticky top-4 z-50">
        <button class="px-6 py-2 bg-slate-900 text-white rounded-full text-sm font-bold shadow-md">Overview</button>
        <button
            class="px-6 py-2 text-slate-500 text-sm font-bold hover:bg-slate-100 rounded-full transition-all">Specs</button>
        <button
            class="px-6 py-2 text-slate-500 text-sm font-bold hover:bg-slate-100 rounded-full transition-all">Reviews</button>
        <button
            class="px-6 py-2 text-slate-500 text-sm font-bold hover:bg-slate-100 rounded-full transition-all">Support</button>
    </div>

Related components

More items from the merged UI library.

View all