joyent-portal/packages/ui-toolkit/src/grids
Sara Vieira 682f9db749 docs(ui-toolkit): add parallax
fixes #1225
2018-04-05 14:29:22 +01:00
..
Baseline.md docs(ui-toolkit): add parallax 2018-04-05 14:29:22 +01:00
Readme.md docs(ui-toolkit): add parallax 2018-04-05 14:29:22 +01:00
baseline.svg feat(ui-toolkit): add new components 2018-03-20 11:44:20 +00:00
big.svg feat(ui-toolkit): add new components 2018-03-20 11:44:20 +00:00
medium.svg feat(ui-toolkit): add new components 2018-03-20 11:44:20 +00:00
small.svg feat(ui-toolkit): add new components 2018-03-20 11:44:20 +00:00

Readme.md

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} />