ConsentDialogLink
An inline trigger for opening the consent dialog from footers, legal pages, and account settings.
ConsentDialogLink is an inline trigger for opening the consent dialog from places like site footers, legal pages, or account settings. It is unstyled by default, so it inherits your app's typography and link/button styles.
Basic Usage
Footer Link (unstyled by default)
Render as an Anchor
Use asChild to keep semantic anchor markup while still opening the dialog:
Optional Styling Control
The component defaults to noStyle={true}. Set it to false if you want c15t button styles:
Props
Loading…