IT虾米网

reactjs之Material UI 和网格系统

sxdcgaq8080 2025年05月04日 程序员 29 0

我正在玩一点 Material-UI 。是否有任何用于创建网格布局的选项(如 Bootstrap )?

如果没有,如何添加此功能?

有一个GridList component但我猜它有一些不同的目的。

请您参考如下方法:

Material UI 通过 Grid component 实现了自己的 Flexbox 布局。

看起来他们initially wanted让自己成为纯粹的“组件”库。但核心开发者之一decided it was too important not to have their own 。现在已经是merged into the core codereleased with v1.0.0 .

您可以通过以下方式安装:

npm install @material-ui/core 

现已在官方documentation with code examples .


评论关闭
IT虾米网

微信公众号号:IT虾米 (左侧二维码扫一扫)欢迎添加!