1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00
This commit is contained in:
muerwre 2019-07-23 19:08:55 +07:00
parent ef71e55543
commit 1b001db91a
6 changed files with 34 additions and 8 deletions

View file

@ -1,5 +1,4 @@
import * as React from 'react';
import classnames from 'classnames';
import { Cell } from "~/components/flow/Cell";
const style = require('./style.scss');
@ -9,11 +8,15 @@ export const TestGrid = () => (
<Cell
height={1}
width={4}
title="Example cell"
title="Example cell Example cell Example cell Example cell Example cell Example cell Example cell "
is_hero
/>
<Cell />
<Cell height={2} />
<Cell
height={2}
title="Example cell Example cell Example cell Example cell Example cell Example cell Example cell "
/>
<Cell width={2} />
<Cell />
</div>