1.0.7 • Published 1 year ago

@icode-run/container v1.0.7

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

Container

import Container from 'base-component/Container';

<Container direction="row">
  <div style={{width: '200px', height: '200px', background: '#ff0000'}}></div>
  <div style={{width: '200px', height: '200px', background: '#000'}}></div>
</Container>