- Match the widget to your brand or app styling
- Automatically switch appearance based on user preferences
- Keep dark mode and light mode consistent with your product
- Reuse the same widget across campaigns with different visual identities

set_theme() method on your platform.
Apply a theme via method
To dynamically apply a theme to the Claimr widget, use the following SDK method in your code:set_theme() method accepts a string as a parameter — the name of your custom theme. This injects the value as a data-theme attribute into the <body> of the widget iframe.
Once applied, your CSS can target this attribute to apply theme-specific styles, giving you full control over the widget’s appearance.