We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello !
How can i add the props object to the banner component in case i want to use custom props.
When i add the component like described in the readme:
how can i change the cookie settings via the prop object ? (i am asking because this is not shown)
The text was updated successfully, but these errors were encountered:
In your component :
<GdprBanner {...props} on:analytics={initAnalytics} /> <script> const props = { /** * You must set the cookie name. **/ cookieName: 'beyonk_gdpr',
Sorry, something went wrong.
Not sure what you mean by props - do you mean different options in the list?
No branches or pull requests
Hello !
How can i add the props object to the banner component in case i want to use custom props.
When i add the component like described in the readme:
how can i change the cookie settings via the prop object ?
(i am asking because this is not shown)
The text was updated successfully, but these errors were encountered: