1.2.0 • Published 7 years ago

viskan-deku-grid v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

viskan-deku-grid Build Status

Grid component for deku

Install

$ npm install --save viskan-deku-grid

Usage

import {Cell, Grid} from 'viskan-deku-grid';

export function render() {
	return (
		<Grid gutter>
			<Cell size='1of2' md-size='1of3' lg-size='1of4'>
				<img src='cat.jpg' alt=''/>
			</Cell>
		</Grid>
	);
}

License

MIT © Viskan Distanshandel System AB