0.5.6 • Published 5 months ago

@dbosoft/react-consent-manager v0.5.6

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
5 months ago

Consent Manager

A GDPR-compliant consent manager.

Props

  • version (integer) - version number, bump up to override previous consent preferences
  • container (string) - id of container where the consent manager should live
  • companyName (string) - your company name to be inserted in various copy
  • privacyPolicyLink (string) - link to your company's privacy policy
  • writeKey (string) - your production write key
  • integratedServices (array of objects) - use this to override the category or description of a service provided by integration service
    • name - name of the integration, must match the integration you are overriding
    • category optional - new category name
    • description optional - new description
  • categories (array) - State of toggle
    • name - name of category
    • description - description for the category
  • additionalServices (array of objects) - additional integrations outside of integration service that you wish to include in the consent manager
    • name - name of service
    • description - description of service
    • category - category of service
    • body optional - javascript body associated with service If present, overrides url below
    • url optional - url of js file associated with service
    • async (bool) optional - add async property to script element
    • addToBody (bool) optional - inject script before closing <body> tag
    • dataAttrs (arr) optional - array of data- attributes to add to script tag
      • name (str) - name of data attribute (data-name)
      • value (str) - value of data attribute to set
0.5.4

5 months ago

0.5.3

5 months ago

0.5.6

5 months ago

0.5.5

5 months ago

0.5.0

5 months ago

0.5.2

5 months ago

0.5.1

5 months ago

0.4.9

5 months ago

0.4.8

5 months ago

0.4.10

5 months ago

0.4.7

5 months ago

0.4.6

5 months ago

0.4.5

5 months ago

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.3.5

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.4

12 months ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago