1.2.0 • Published 4 years ago

react-system-grid v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

:information_source: Getting Started

Npm

$ npm install react-system-grid

Yarn

$ yarn add react-system-grid

:man_technologist: Basic Usage

import React from 'react';
import { Container, Row, Column } from 'react-system-grid';

const App = () => {
  return (
    <Container>
      <Row>
        <Column>
        </Column>
      </Row>
    </Container>
  );
}

:mag_right: Props

Container

<Container>
</Container>

FullContainer

<FullContainer>
</FullContainer>

Row

<Row>
</Row>

Column

<Column xlarge={1} large={2} medium={3} small={12}>
</Column>

:hammer_and_wrench: Built with

  • React & Styled-components

:memo: License

This project is under the MIT license. See the LICENSE for more information.


1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago