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
README doesn't include instructions to install @mui/lab (needed for the Masonry component)
LandingPage.js and LandingPage.tsx try to import SvgMaterialDesign from 'docs/src/icons/SvgMaterialDesign' which doesn't exist outside of the material-ui repo
Expected behavior
I should be able to follow the instructions in the README and install the template and all of its dependencies with no errors. Step 2 in the README should include @mui/lab, and the template folder should either include the Material Design icon or else be revised to remove it.
Context
No response
Your environment
npx @mui/envinfo
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Search keywords: landing page
The text was updated successfully, but these errors were encountered:
In the design of this Masonry component, we might have shot ourselves in the foot by placing too much value in a11y and not enough having something that works well for non-a11y use cases. I think we could give up on having a correct DOM order. It's what I did in the end in #37975 but who cares?
So I wouldn't be against dropping correct DOM order. In the future, we will get it from https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Masonry_layout.
Steps to reproduce
No response
Current behavior
I'm tinkering around with https://github.com/mui/material-ui/tree/master/docs/data/material/getting-started/templates/landing-page, and as I'm getting set up I'm finding it breaks in two ways:
@mui/lab
(needed for the Masonry component)LandingPage.js
andLandingPage.tsx
try to importSvgMaterialDesign
from'docs/src/icons/SvgMaterialDesign'
which doesn't exist outside of thematerial-ui
repoExpected behavior
I should be able to follow the instructions in the README and install the template and all of its dependencies with no errors. Step 2 in the README should include
@mui/lab
, and the template folder should either include the Material Design icon or else be revised to remove it.Context
No response
Your environment
npx @mui/envinfo
Search keywords: landing page
The text was updated successfully, but these errors were encountered: