1.0.0 • Published 3 years ago
@icode-run/column v1.0.0
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>