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>
);

/grid-react/

    Package Sidebar

    Install

    npm i grid-react

    Weekly Downloads

    1

    Version

    1.0.20

    License

    MIT

    Last publish

    Collaborators

    • ergusto