英文:
Mui Grid vs CSS3 positioning
问题
我正在学习 MUI,并且想了解有经验的开发者在 <Grid/>
组件 from MUI 和仅使用 CSS3 样式(Flexbox 和 Grid) 之间选择最佳定位选项方面的看法。
我过去使用过 CSS3 定位,它在响应式方面表现良好且精准。我想知道 <Grid/>
在这方面是否有问题。
英文:
I'm learning MUI, and I want to know experienced developers's opinions about choosing the best positioning option between the <Grid/>
component from MUI or just use CSS3 Styling (Flexbox and Grid)
I used to work with CSS3 positioning, and it is fine and precise especially in responsiveness. I wanna know if <Grid/>
has no problems with that.
答案1
得分: 1
Grid在内部使用flexbox,如官方文档这里所述。
英文:
Grid internally uses flexbox as mentioned in the official docs
here
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论