# 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. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `children` | `Snippet` | snippet | No | `undefined` | No additional description. | | `overrides` | `BDThemeOverrides` | prop | No | `undefined` | No additional description. | | `scoped` | `boolean` | prop | No | `false` | If true, scopes CSS vars and utilities to this element / shadow root, leaving matching utility classes outside `.bd-scope` untouched. Default false (document mode). | ## Related - [Accordion](/docs/components/accordion): Single or multiple disclosure panels. - [Collapsible](/docs/components/collapsible): Single disclosure region with panel and plain presentations and measured-height animation. - [Section](/docs/components/section): Top-level showcase or document section frame.