Configuration
For Mantine UI to work correctly, you need to setup the ChakraProvider at the root of your application. Go to the root of your application and do this:
if you come across any issues during installation, please refer to Mantine docs.
Note!
Add Custom Theme (Optional)
If you need to customize the default mantine theme to match your design requirements, you can extend the theme from
@mantine/core
. Mantine UI provides us with different function that deep merges the default theme with your customizations.