Headless
Reduce bundle size and improve performance by using the headless package.
If you are using your own custom components for c15t, you can use the headless package to reduce bundle size and improve performance. This package still exports all the same hooks and functions as the standard package, but without the UI components.
import { ConsentManagerProvider } from '@c15t/react/headless';