Here the code is splitted into different branches. Each branch corresponds to a particular video on the playlist(number in the branch name corresponds to the number on the playlist).
Branch | Video |
---|---|
tutorial-2(installation) | video number 2 in the playlist https://youtu.be/3UShXuCYJ2I About: Installation of mui |
tutorial_3_4(Icons, IconButton) | video number 3 https://youtu.be/AtkkPNeqxUo About:how to use mui Icons? video number 4 https://youtu.be/4FfOhYMC1us About: IconButton component |
tutorial_5(Avatar) | video number 5 https://youtu.be/HJJke-B3CeQ About: Avatar component |
tutorial_6(Button) | video number 6 https://youtu.be/0RhKw16Qtag About: Button component |
npm: npm install @mui/material @emotion/react @emotion/styled
yarn: yarn add @mui/material @emotion/react @emotion/styled