Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nelsonwenner/react-system-grid

:hash: React system grid
https://github.com/nelsonwenner/react-system-grid

css framework grid grid-layout lib react reactjs styled-components system-grid

Last synced: 4 days ago
JSON representation

:hash: React system grid

Awesome Lists containing this project

README

        


REACT SYSTEM GRID

## :information_source: Getting Started

Npm
```bash
$ npm install react-system-grid
```

Yarn
```bash
$ yarn add react-system-grid
```

## :man_technologist: Basic Usage

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

const App = () => {
return (






);
}
```

## :mag_right: Props

Container
```javascript

```

FullContainer
```javascript

```

Row
```javascript

```

Column
```javascript

```

## :hammer_and_wrench: Built with

- React & Styled-components

## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE.md) for more information.

---