Skip to content
Entangle UI v0.13.0

VanillaThemeProviderProps

Defined in: src/theme/VanillaThemeProvider.tsx:3

children: ReactNode

Defined in: src/theme/VanillaThemeProvider.tsx:4


optional className?: string

Defined in: src/theme/VanillaThemeProvider.tsx:11

CSS class name that sets theme CSS custom properties. Can be a class from createTheme() or a custom class.

When omitted, components inherit tokens from :root (dark theme).