joyent-portal/packages/ui-toolkit/src/grids/Readme.md

507 B

Large Grid

const big = require('./big.svg');

<img style={{
    maxWidth: '100%',
    marginTop: 22,
    marginBottom: 40
}} src={big} />

Medium Grid

const medium = require('./medium.svg');

<img style={{
    maxWidth: '100%',
    marginTop: 22,
    marginBottom: 40
}} src={medium} />

Small Grid

const small = require('./small.svg');

<img style={{
    maxWidth: '100%',
    marginTop: 22,
    marginBottom: 40
}} src={small} />