Skip to content
Entangle UI v0.13.0

ThemeProviderProps

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

children: ReactNode

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


optional globalScrollbars?: boolean

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

When true, apply Entangle’s dark-theme scrollbar styling globally (thin 8px track, muted thumb). The class is added to document.body and removed on unmount.

Opt-in by design: many app shells run alongside other UI frameworks where forcing scrollbar styles would be invasive.

false