SelectProvider
The SelectProvider must wrap an entire app, so it should be placed in the root app component file (index.js, App.js, or something similar). The children of this component are a required prop.
Props
| Name | Type | Description | Example |
|---|---|---|---|
children (required) | ReactNode | Children elements. |