@cokiq/react
v0.1.0
Published
React loader for the COKIQ consent banner.
Downloads
92
Maintainers
Readme
@cokiq/react
Legal owner and publisher: Hostao L.L.C, USA.
React loader for the COKIQ consent banner.
import { CokiqConsent } from '@cokiq/react';
export function App() {
return (
<>
<CokiqConsent siteKey="YOUR_SITE_KEY" />
{/* app */}
</>
);
}Verification:
- Browser network should load
https://cokiq.com/api/s/YOUR_SITE_KEY. - Route changes should not duplicate the script.
- A consent action should appear in COKIQ logs.
