<StackTheme />
A component that applies a theme to its children.
For more information, please refer to the color and styles guide.
Props
theme
(optional):ThemeConfig
- Custom theme configuration to override the default theme.children
(optional):React.ReactNode
- Child components to be rendered within the themed context.