1.0.0 • Published 5 years ago

@samuelbeard/grid v1.0.0

Weekly downloads
8
License
ISC
Repository
github
Last release
5 years ago

Grid

A React Component

A simple, responsive grid system for React.


Setup

Install the package

npm install @samuelbeard/grid

Import the package

import { Container, Row, Col } from '@samuelbeard/grid'

Usage

Check out the examples at https://samuelbeard.github.io/grid/.

<Container>
    <Row>
        <Col>
            Content
        </Col>
    </Row>
</Container>
1.0.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago