1.0.8 • Published 6 years ago

react-stupid-grid v1.0.8

Weekly downloads
41
License
-
Repository
-
Last release
6 years ago

react-stupid-grid

Just a stupid mobile-first-only, React, fractional grid, made with flexbox.

Installation

  • yarn add react-stupid-grid

Usage

import { Col, Row } from 'react-stupid-grid'

// ...
<Row gutter="30px">
  <Col default="1/1">A</Col>
  <Col default="1/1" tablet="1/2">B</Col>
  <Col default="1/1" tablet="1/2" desktop="1/3">C</Col>
</Row>
// ...
1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago