Oct 15, 2022

How to add a custom font in React Material UI

In this tutorial, I have discussed how you can add a custom font and override the React Material UI font.

Oct 15, 2022

How to build a dark mode theme in React Material UI

A practical guide on how to create a custom ThemeProvider component to switch between light mode and dark mode theme in React material UI

Oct 15, 2022

How to detect dark mode theme in React Material UI

You will learn to apply React material ui useMediaQuery() hook to detect dark mode theme

Oct 15, 2022

How to create a custom theme in React Material UI

Learn to create a customize theme in React Material UI

Oct 15, 2022

How to get React material ui theme object in function components

Learn to get the React Material UI theme object in function components using the useTheme hook

Oct 11, 2022

How to hide clear button of Autocomplete in React Material UI

Learn to hide the clear button of Mui Autocomplete

Nov 3, 2021

How to change Typography color in React Material UI

Learn to set a different text color to the Typography component in React Material UI

Nov 2, 2021

How to add custom typography variants in React material UI

Learn to create and use your own typography custom variants in your React Material UI

Jun 14, 2021

How to use Material UI icons in React Material UI

Learn to import and use material-ui icons in React components

Jun 8, 2021

How to add multiple class names in React Material UI

Learn to add multiple class names in React Material UI using clsx library

Nov 29, 2020

How to pass props to the makeStyles API in React Material UI

Learn how to pass a component props to the makeStyles API in React Material UI that dynamically change the style property

Nov 7, 2020

How to make React Material UI Typography bold

Learn to change the font-weight of the React Material UI Typography component to bold

Nov 2, 2020

How to change font family of typography in React Material UI

Learn to change the font family of React Material UI Typography