A collection of web components to aks for user permission before loading third party code.
npm install @spartan-components/sc-privacyTwo custom elements to ask for user permission before loading third party code via iframe-embeds etc.
Modal to ask users for general permission to use any third party tools.
Widget that waits for user input either from or directly from the widget. If the user has given permission, the third party code will be loaded.
```
$ npm install --save @spartan-components/sc-privacy
Import as ES modules:
`js`
import { SCPrivacyModal, SCPrivacyWidget } from '@spartan-components/sc-privacy';
Include with a script tag:
`html