Tag: MUI
-
Add State With Recoil
Continuing from the last article, we are at a point where we want to build the components that a logged-in user can see. But we…
-
Create A Theme In MUI
In this article, we’ll customise the look and feel of the MUI Card Game site that we started previously. The process of theming a site…
-
MUI Box vs HTML div
The Box component in MUI differs from a div in that it is a React component that can take the sx prop to access the…
-
Converting A React Component To A MUI Component
In this article, I will attempt to refactor the PlayingCard component that we built in this article. The refactor will convert the component from plain…
-
React with MUI Core
In this article, we’ll build a basic UI for a card game (remember the playing card component we built earlier) using React with MUI Core.…