xq-layout

0.0.2 • Public • Published

24 flexbox grid for web and native

  • 布局分为行(Row) 和 列(Col)

  • CSS 也单独分出一个模块,这样不用 React 也能实现布局

  • 支持 ReactNative 布局

  • basic

<Row>
  <Col span="24">
    <Col span="8">
      col-8
    </Col>
    <Col span="8">
      col-8
    </Col>
  </Col>
  <Col span="8">
    col-8
  </Col>
</Row>
  • flex

  • flex-align

  • flex-order

  • gutter

  • offset

  • sort

  • reponsive

Readme

Keywords

Package Sidebar

Install

npm i xq-layout

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • fugardenia