@nordnet/grid

1.6.11 • Public • Published

grid

NPM version Build Coveralls Status Dependency Status

Grid system

Install

npm install --save @nordnet/grid
# or
yarn add @nordnet/grid

Usage

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:start

License

MIT © Nordnet Bank AB

Package Sidebar

Install

npm i @nordnet/grid

Weekly Downloads

3

Version

1.6.11

License

MIT

Unpacked Size

34.1 kB

Total Files

22

Last publish

Collaborators

  • johnphoto
  • dhallqvist
  • iamstarkov
  • nordnet-release