grid-react

1.0.20 • Public • Published

grid-react

import { GridContainer, Row, Column } from 'grid-react';
import 'grid-react/dist/style.css';

const App = () => (
	<GridContainer fullwidth>
		<Row gutterless>
			<Column 
				mobileSmall='8' 
				mobileSmallOffset='2' 
				screenLarge='4' 
				screenLargeOffset='4'
			>
				/* content */
			</Column>
		</Row>
	</GridContainer>
);

Package Sidebar

Install

npm i grid-react

Weekly Downloads

5

Version

1.0.20

License

MIT

Last publish

Collaborators

  • ergusto