Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nelsonwenner/react-system-grid
- Owner: nelsonwenner
- License: mit
- Created: 2020-06-18T19:24:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T02:53:39.000Z (over 4 years ago)
- Last Synced: 2024-10-11T12:08:14.278Z (about 1 month ago)
- Topics: css, framework, grid, grid-layout, lib, react, reactjs, styled-components, system-grid
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.---