// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/card/demo/basic.tsx correctly 1`] = `
Card content
Card content
Card content
Card content
Card content
Card content
`;
exports[`renders ./components/card/demo/border-less.tsx correctly 1`] = `
Card content
Card content
Card content
`;
exports[`renders ./components/card/demo/flexible-content.tsx correctly 1`] = `
`;
exports[`renders ./components/card/demo/grid-card.tsx correctly 1`] = `
Content
Content
Content
Content
Content
Content
Content
`;
exports[`renders ./components/card/demo/in-column.tsx correctly 1`] = `
`;
exports[`renders ./components/card/demo/inner.tsx correctly 1`] = `
`;
exports[`renders ./components/card/demo/loading.tsx correctly 1`] = `
Array [
,
,
,
]
`;
exports[`renders ./components/card/demo/meta.tsx correctly 1`] = `
`;
exports[`renders ./components/card/demo/simple.tsx correctly 1`] = `
Card content
Card content
Card content
`;
exports[`renders ./components/card/demo/tabs.tsx correctly 1`] = `
Array [
,
,
,
,
]
`;