MantineHub
This is a guide how to use Mantine Theme Builder in your Mantine project
theme.ts
and paste the code from the first tab labeled "theme.ts"cssVariableResolver.ts
and paste the code from the second tab labeled "cssVariableResolver.ts"styles.css
file and paste the CSS code from the third tab labeled "style.css"Replace or extend the theme object in your MantineProvider as follows
No need to add cssVariableResolver.ts
and styles.css
files when using a Mantine Theme.
This project is inspired by Shadcn Themes. The source code is available on GitHub.