1.0.7 • Published 1 year ago

@icode-run/row v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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>