# vue-colrow
Smarter layout components. Based on css flexbox. Support responsive design, server side render. 3 KB gzipped. Under MIT license.
Including 3 components: Col, Row, BreakRow. Col's width can be fixed number, percentage or auto grow. Support responsive layout. Row has gutter
to set column spacing. This libarary based on css flexbox, not js. So it support ssr(server side render).
react-colrow A repo with same functions and features developed with React and Typescript.