The minimal theme applies almost no styling — it inherits the page font, uses a frosted glass background, and renders small neutral buttons. Ideal for slotting into an existing site without overriding its design language.

Actions

Navigation

Code

HTML
<script
  id="cookieScript"
  data-theme="minimal"
  data-lang-en="{
    'text': 'This site uses cookies.',
    'more_text': 'Learn more',
    'more_link': 'https://ec.europa.eu/info/law/law-topic/data-protection_en',
    'accept_text': 'Accept',
    'reject_text': 'Decline'
  }"
  data-callback="cookieWarnCallback"
  src="cookie-warn.min.js">
</script>