1.0.8 • Published 5 years ago

react-stupid-grid v1.0.8

Weekly downloads
41
License
-
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago