0.0.2 • Published 7 years ago

xq-layout v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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