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
Setting up the Pro Theme is a straightforward process. The Pro Theme extends the base theme from Chakra UI and can be incorporated in a few simple steps.
24
-
Import the Pro Theme and the base theme from Chakra UI:
23
+
Setting up the Pro Theme is a straightforward process.
24
+
25
+
### 1. Import Required Themes
26
+
27
+
Firstly, you'll need to import the `theme` from the pro theme package nd the `extendTheme` function provided by Chakra UI. Use the following code snippet:
This code snippet imports the Pro Theme and the base theme from Chakra UI. It then uses the `extendTheme` function from Chakra UI to merge the Pro Theme with your custom configuration.
46
+
### 3. Integrate your Theme in Your Application
47
+
48
+
Finally, wrap your application within the `ChakraProvider` and apply the custom theme.
0 commit comments