gridual

1.0.0-alpha.14 • Public • Published

Gridual

gridual is a flexible grid system for react apps. (still in development, help us ✌)

Example Website

Installation

npm install gridual --save

Usage

import { Container, Row, Col } from 'gridual';
 
<Container>
  <Row>
    <Col xs="1" sm="1/2" md="1/3" lg="1/4">
      A content
    </Col>
    <Col xs="1" sm="1/2" md="2/3" lg="3/4">
      A content
    </Col>
  </Row>
 
  <Row>
    <Col md="200px">
      Fixed left
    </Col>
    <Col fill>
      The rest
    </Col>
    <Col md="200px">
      Fixed right
    </Col>
  </Row>
</Container>

/gridual/

    Package Sidebar

    Install

    npm i gridual

    Weekly Downloads

    3

    Version

    1.0.0-alpha.14

    License

    none

    Unpacked Size

    15.2 kB

    Total Files

    11

    Last publish

    Collaborators

    • alidavut