Tag: Mantine UI
How to customize button padding in Mantine UI Button component. Mantine UI core button padding customization code. styles={{ root: { padding: 5, margin: 0,...
Read more »
Notify data update with notification - Mantine UI loader and then success or failure message notification with icons. Mantine Notification Loader icon and success...
Read more »
How to give custom css for mobile devices using mantine UI, React JS app example. import { useMediaQuery } from '@mantine/hooks'; function SelectLang({ languages,...
Read more »
Fix or solution for not working of onBlur and onChange in Mantine UI forms. How to trigger onBlur, onChange in mantine UI for field...
Read more »
How to use theme colors in mantine UI for styling in css, custom styles borderColor: theme.colors.yellow[6], Full Example import { createStyles } from '@mantine/core';...
Read more »
How to add custom css style for input box , texfields in mantine UI. Mantine UI text box css customize, change the border color,...
Read more »