@icode-run/row
v1.0.7
Published
@icode-run/row
Downloads
2
Readme
@icode-run/row
横向排布
import Row from '@icode-run/row';
<Row>
<div style={{width: '200px', height: '200px', background: '#ff0000'}}></div>
<div style={{width: '200px', height: '200px', background: '#000'}}></div>
</Row>