Cookie Consent Banner

feedback

Slim bottom banner for cookie consent with accept and customize options.

Preview

We value your privacy

We use cookies to enhance your browsing experience, serve personalised content, and analyse site traffic. Choose which cookies you accept below.

Installation

npm install @launchapp/design-system
Import
import { CookieConsentBanner } from "@launchapp/design-system";

Examples

Slim banner

<CookieConsentBanner  onAccept={() => console.log("accepted")}  onCustomize={() => console.log("customize")}/>

Props

PropTypeDefaultDescription
onAccept
() => voidCalled when accepting all cookies.
onCustomize
() => voidCalled when user clicks to customize.