react-system-grid

1.2.0 • Public • Published

REACT SYSTEM GRID

ℹ️ Getting Started

Npm

$ npm install react-system-grid

Yarn

$ yarn add react-system-grid

👨‍💻 Basic Usage

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

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

🔎 Props

Container

<Container>
</Container>

FullContainer

<FullContainer>
</FullContainer>

Row

<Row>
</Row>

Column

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

🛠️ Built with

  • React & Styled-components

📝 License

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


Readme

Keywords

none

Package Sidebar

Install

npm i react-system-grid

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

12.7 kB

Total Files

15

Last publish

Collaborators

  • nelsonwenner