You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A component that applies a theme configuration to its children. It sets up the necessary styles and scripts for theming.
8
+
9
+
## Parameters
10
+
11
+
-`theme` (optional): `ThemeConfig` - A configuration object for customizing the theme. It can include `light` and `dark` mode colors, as well as a `radius` property.
12
+
-`children` (optional): `React.ReactNode` - The child components to be wrapped by the theme.
13
+
-`nonce` (optional): `string` - A unique identifier used for script and style security.
0 commit comments