glamorous-grid

1.0.2 • Public • Published

glamorous-grid

Build Status

Documentation: https://dylanmoz.github.io/glamorous-grid/

Install

yarn add glamorous-grid glamorous glamor

Usage

import { Container, Row, Col } from 'glamorous-grid'

function MyComponent(props) {
  return (
    <Container>
      <Row>
        <Col>Col 1</Col>
        <Col>Col 2</Col>
      </Row>
    </Container>
  )
}

Package Sidebar

Install

npm i glamorous-grid

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dmoz