Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Variable: TurnkeyThemeProvider
Defined in: components/auth/TurnkeyThemeProvider.tsx:31 A provider component for dynamically applying and managing CSS custom properties (variables) as themes.constTurnkeyThemeProvider:React.FC<ThemeProviderProps>
- Applies the provided
themeto the root<html>element via CSS variables. - Makes the
themeobject accessible to child components through React context. These themes will apply to all Turnkey components used in your app