react styled flexboxgrid:基于样式组件和flexbox的React网格系统 源码
react-styled-flexboxgrid 设置的阵营实现组件但 / 。 此外,它还允许自定义网格配置,例如装订线宽度... 出色的启发了该API,该API与该模块几乎相同。 用法 安装 npm i -S react-styled-flexboxgrid react-styled-flexboxgrid依赖于2个对等项依赖项: react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 prop-types@^15.0.0-0 styled-components@2 您应该将它们安装在您的项目中。 基本的 import React from 'react' import { Grid , Col , Row } from 'react-styled-flexboxgrid' const App = props => < Grid> <
用户评论