0.5.8 • Published 5 years ago

nwconsentwidget v0.5.8

Weekly downloads
9
License
MIT
Repository
-
Last release
5 years ago

nww

Travis npm package Coveralls

NWConsentWidget React component

Usage:

Provide app credentials via props, like this:

import NWConsentWidget from 'nwconsentwidget';

function MyWidget() {
  return (
    <NWConsentWidget
      clientId={'YOUR_CLIENT_ID'}
      clientSecret={'YOUR_CLIENT_SECRET'}
      applicationId={'YOUR_APPLICATION_ID'}
      correlationId={'YOUR_CORRELATION_ID'}
    />
    )
}