UNPKG

grid-styletr

Version:

Responsive React grid system built with styletron-react

8 lines (5 loc) 161 B
import React from 'react' import Grid from './Grid' const Half = props => <Grid {...props} width={[ 1, 1/2 ]} /> Half.displayName = 'Half' export default Half