Provider
Installs theme variables, utility CSS, scope boundaries, and overlay portal context.
Place Provider around an application or an isolated subtree that needs Binary UIKit theme variables and overlay boundaries. Scoped utilities do not style matching classes outside `.bd-scope`; a host/global Provider can still style them separately.
Interactive example
Loading interactive example
API
| Member | Type | Kind | Required | Default |
|---|---|---|---|---|
children | Snippet | snippet | No | undefined |
overrides | BDThemeOverrides | prop | No | undefined |
scoped | boolean | prop | No | false |
Source
Loading source