1.0.7 • Published 1 year ago

@icode-run/column v1.0.7

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

Column

import Column from 'base-component/Column';

<Column>
  <div style={{width: '200px', height: '200px', background: '#ff0000'}}></div>
  <div style={{width: '200px', height: '200px', background: '#000'}}></div>
</Column>