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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-22T01:51:29.000Z (9 months ago)
- Last Synced: 2025-09-21T20:45:40.306Z (8 months ago)
- Topics: css, framework, grid, grid-layout, lib, react, reactjs, styled-components, system-grid
- Language: JavaScript
- Homepage:
- Size: 741 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
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.
---