xq-layout
v0.0.2
Published
24 flexbox grid for web and native
Downloads
1
Readme
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