Define gutter and column width and set indexed children
npm install react-rowsh
$ npm i react-row
``js
import Row from 'react-row'export default () => (
{{
3: Hi! I am on column 3
,
6: Hi! I am on column 6
,
8: Hi! I am on column 8
,
}}
)
``