NoSpy

@magic-modules/no-spy

this is the @magic-modules NoSpy component.

adds a gdpr compliant information popup with minimal intrusion and end-user complexity.

installation:

npm install --save-exact @magic-modules/no-spy

usage

activate

to activate NoSpy, add it to the list of hoisted modules

// src/config.mjsexport default {  // ... other config variables  HOIST: ['NoSpy'],}

after doing this, the no-spy module will show up.'),

change contents, add cookies

// /src/app.mjsexport const state = {  nospy: {    title: 'Title text for the nospy popup',    content: 'String or Array of Magic modules',    buttonText: 'Button text if no cookies are defined',  },})

source

the source for this page is in the example directory, and gets built and published to github using @magic/core