You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Many component demos are using the Icons and for new users, this can be confusing because the default list of dependencies does not include the installation of the @mui/icons-material module:
// with npm
npm install @mui/material @emotion/react @emotion/styled
// with yarn
yarn add @mui/material @emotion/react @emotion/styled
Examples 🌈
When a user tries to use a demo component, they will be presented with the next error due that @mui/icons-material is not installed by default:
Motivation 🔦
I think this will improve the docs and onboarding of new users.
The text was updated successfully, but these errors were encountered:
Summary 💡
Many component demos are using the Icons and for new users, this can be confusing because the default list of dependencies does not include the installation of the @mui/icons-material module:
Examples 🌈
When a user tries to use a demo component, they will be presented with the next error due that @mui/icons-material is not installed by default:
Motivation 🔦
I think this will improve the docs and onboarding of new users.
The text was updated successfully, but these errors were encountered: