Cookie Banner UI

Live Preview
<div
        class="max-w-3xl w-full bg-slate-900 text-white p-6 rounded-2xl flex flex-col md:flex-row items-center justify-between gap-6 shadow-2xl">
        <p class="text-sm text-slate-400">We use cookies to enhance your user experience. By using our website, you
            agree to our use of cookies. <a href="#" class="underline text-white hover:text-indigo-300">Privacy
                Policy</a></p>
        <div class="flex gap-3 shrink-0">
            <button class="text-sm font-bold px-4 py-2 hover:text-slate-300 transition-colors">Decline</button>
            <button
                class="bg-indigo-600 text-white px-6 py-2 rounded-lg text-sm font-bold shadow-lg shadow-indigo-500/20 hover:bg-indigo-700 active:scale-95 transition-all">Accept
                All</button>
        </div>
    </div>

Related components

More items from the merged UI library.

View all