UNPKG

grid-styletr

Version:

Responsive React grid system built with styletron-react

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