0.5.8 • Published 5 years ago
nwconsentwidget v0.5.8
nww
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'}
/>
)
}