682f9db749
fixes #1225 |
||
---|---|---|
.. | ||
Baseline.md | ||
baseline.svg | ||
big.svg | ||
medium.svg | ||
Readme.md | ||
small.svg |
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} />