我正在玩一点 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 code是 released with v1.0.0 .
您可以通过以下方式安装:
npm install @material-ui/core