-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mantine UI Series] The Theming System #57
Comments
What is for, the
|
The color systemMantine UI uses open color standard to organize its colors and respective shades , utilizing an indexed approach ranging from 0 to 9. When applying the color property on any components that supports color property, Mantine UI applies the default shade value on the theme for that color. You can explore the default colors available within the Mantine UI color system here(https://mantine.dev/theming/colors/#default-colors) you can find the default colors for Mantine UI color system. FAQs
|
The typography systemIn CSS theme system, Typography takes an important part in expressing. Mantine Ui provides exposure to update the font system globally, including
Here is |
Theme functionsMantine theme provides several functions that can be used to simplify writing styles, including
|
Overview
This article discuss the Mantine UI theming system and the real world practices.
The text was updated successfully, but these errors were encountered: