@nordnet/grid
v1.6.11
Published
Grid system
Downloads
45
Readme
grid
Grid system
Install
npm install --save @nordnet/grid
# or
yarn add @nordnet/gridUsage
import React from 'react';
import { Grid, Row, Col } from '@nordnet/grid';
const App = () => (
<Grid>
<Row>
<Col xs={12} sm={8} md={6} lg={4}>
GRID
</Col>
</Row>
</Grid>
)
export default App;See more at https://nordnet.github.io/grid/
Example (docs)
(yarn is interchangable with npm in this example)
yarn run docs:install
# then
yarn run docs:startLicense
MIT © Nordnet Bank AB
