// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders components/grid/demo/basic.tsx correctly 1`] = `
Array [
,
,
,
,
]
`;
exports[`renders components/grid/demo/flex.tsx correctly 1`] = `
Array [
sub-element align left
,
,
sub-element align center
,
,
sub-element align right
,
,
sub-element monospaced arrangement
,
,
sub-element align full
,
,
sub-element align evenly
,
,
]
`;
exports[`renders components/grid/demo/flex-align.tsx correctly 1`] = `
Array [
Align Top
,
,
Align Middle
,
,
Align Bottom
,
,
]
`;
exports[`renders components/grid/demo/flex-order.tsx correctly 1`] = `
Array [
Normal
,
1 col-order-4
2 col-order-3
3 col-order-2
4 col-order-1
,
Responsive
,
1 col-order-responsive
2 col-order-responsive
3 col-order-responsive
4 col-order-responsive
,
]
`;
exports[`renders components/grid/demo/flex-stretch.tsx correctly 1`] = `
Array [
Percentage columns
,
,
Fill rest
,
,
Raw flex style
,
,
,
]
`;
exports[`renders components/grid/demo/gutter.tsx correctly 1`] = `
Array [
Horizontal
,
,
Responsive
,
,
Vertical
,
,
]
`;
exports[`renders components/grid/demo/offset.tsx correctly 1`] = `
Array [
,
col-6 col-offset-6
col-6 col-offset-6
,
,
]
`;
exports[`renders components/grid/demo/playground.tsx correctly 1`] = `
Array [
Horizontal Gutter (px):
,
,
Vertical Gutter (px):
,
,
Column Count:
,
,
,
Another Row:,
,
<Row gutter={[16, 16]}>
<Col span={6} />
<Col span={6} />
<Col span={6} />
<Col span={6} />
<Col span={6} />
<Col span={6} />
<Col span={6} />
<Col span={6} />
</Row>
,
<Row gutter={[16, 16]}>
<Col span={6} />
<Col span={6} />
<Col span={6} />
<Col span={6} />
</Row>
,
]
`;
exports[`renders components/grid/demo/responsive.tsx correctly 1`] = `
`;
exports[`renders components/grid/demo/responsive-more.tsx correctly 1`] = `
`;
exports[`renders components/grid/demo/sort.tsx correctly 1`] = `
col-18 col-push-6
col-6 col-pull-18
`;
exports[`renders components/grid/demo/useBreakpoint.tsx correctly 1`] = `
Array [
Current break point:,
,
,
]
`;