Skip to content
Entangle UI v0.13.0

ThemeProvider

const ThemeProvider: React.FC<ThemeProviderProps>

Defined in: src/theme/ThemeProvider.tsx:36

Theme provider for Entangle UI components.

The dark theme’s --etui-* custom properties are registered on :root by the canonical stylesheet — import 'entangle-ui/styles.css' once at your app root. With that loaded this provider is optional and acts as a pass-through for most apps; use it to opt into additional global behaviors such as native-scrollbar theming (globalScrollbars) and keyboard context.

For scoped theme overrides, use VanillaThemeProvider with a custom class generated by createCustomTheme().