React UIKit provides pre-built light and dark themes. You can pass the theme property to the root <UIKitProvider> component to switch between these themes. Additionally, you can fully customize the theme colors to match your brand.
Pre-built Theme
React UIKit provides pre-built light theme and dark theme. You can set the theme property to 'light' (the default) or 'dark' in the root <UIKitProvider> component to switch the current color theme.
Tip:
If the theme property is not passed to the <UIKitProvider> component, the UI will default to the light theme.