Root API
API reference docs for theRoot
component. For examples and details on the usage of this component, visit the component demo page.
Props
Props | Type | Description | Default |
---|---|---|---|
brand | { tokens: Tokens; config: BrandStyles; } | Design tokens and brand styles for the application. | _ |
colorScheme | 'system' | 'light' | 'dark' | Determines the color scheme used throughout the application. | _ |
translations | Translations | Translation configuration for internationalization support. | _ |
shouldAttachPortalsToBody? | boolean | Whether to create portals directly on the body element. | false |