cookie consent minimal popup compact gdpr cookie consent minimal compact popup tiny ok minimal cookie notice small cookie popup
Cookie Consent Minimal
Fetch pattern JSON:
curl https://webspire.de/patterns/cookie-consent/minimal.json minimal.html
<div class="ws-cookie-consent fixed bottom-4 right-4 z-50 flex items-center gap-3 rounded-lg bg-[var(--ws-cookie-consent-bg)] px-4 py-3 shadow-lg ring-1 ring-[var(--ws-cookie-consent-border)]">
<p class="text-sm text-[var(--ws-cookie-consent-text-soft)]">We use cookies</p>
<button type="button" class="rounded-md bg-[var(--ws-cookie-consent-action-bg)] px-3 py-1.5 text-xs font-medium text-[var(--ws-cookie-consent-action-text)] transition hover:opacity-90">OK</button>
</div>
Details
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
cookieconsentminimalpopupcompactgdpr
Slots
| Name | Required | Description |
|---|---|---|
| message | Yes | Short cookie notice text. |
| action | Yes | Dismiss button. |
Tiny bottom-right corner popup with just a brief cookie message and an OK button. A minimal, unobtrusive alternative to full-width cookie banners.