All Projects → santosfrancisco → React Awesome Styled Grid

santosfrancisco / React Awesome Styled Grid

Licence: mit
A responsive 8-point grid system layout for React using styled-components

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Awesome Styled Grid

React Rasta
React Rasta is a powerful and flexible grid system for React
Stars: ✭ 88 (-43.95%)
Mutual labels:  grid, grid-layout, grid-system, styled-components
tb-grid
tb-grid is a super simple and lightweight 12 column responsive grid system utilizing css grid.
Stars: ✭ 19 (-87.9%)
Mutual labels:  grid, responsive, grid-layout, grid-system
Angular Grid Layout
Responsive grid with draggable and resizable items for Angular applications.
Stars: ✭ 163 (+3.82%)
Mutual labels:  grid, grid-layout, responsive
Grid
This package has moved and renamed
Stars: ✭ 2,079 (+1224.2%)
Mutual labels:  grid, styled-components, responsive
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (-49.68%)
Mutual labels:  grid, grid-layout, grid-system
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (-58.6%)
Mutual labels:  grid, grid-layout, grid-system
Griz
Grid library for React; Rescue the cat
Stars: ✭ 99 (-36.94%)
Mutual labels:  grid, grid-system, styled-components
Bedrock
Foundational Layout Primitives for your React App
Stars: ✭ 173 (+10.19%)
Mutual labels:  grid-layout, grid-system, styled-components
gutter-grid
A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11
Stars: ✭ 18 (-88.54%)
Mutual labels:  grid, responsive, grid-system
Grassy
Build layout through ASCII art in Sass (and more). No pre-built CSS. No additional markup.
Stars: ✭ 335 (+113.38%)
Mutual labels:  grid, grid-layout, grid-system
Cssgridgenerator
🧮 Generate basic CSS Grid code to make dynamic layouts!
Stars: ✭ 3,943 (+2411.46%)
Mutual labels:  grid, grid-layout, grid-system
Dragact
a dragger layout system with React style .
Stars: ✭ 710 (+352.23%)
Mutual labels:  grid, grid-layout, grid-system
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (+2657.32%)
Mutual labels:  grid, grid-layout, grid-system
React Flexa
Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.
Stars: ✭ 120 (-23.57%)
Mutual labels:  grid, styled-components, responsive
Interior
Design system for the modern web.
Stars: ✭ 77 (-50.96%)
Mutual labels:  grid, grid-layout
Easygrid
EasyGrid - VanillaJS Responsive Grid
Stars: ✭ 77 (-50.96%)
Mutual labels:  grid, responsive
Gridextra
Custom panel controls for WPF/UWP.
Stars: ✭ 149 (-5.1%)
Mutual labels:  grid, responsive
React Native Grid List
🌁 Grid list component implemented with FlatList
Stars: ✭ 74 (-52.87%)
Mutual labels:  grid, grid-layout
Grid Cheatsheet
CSS Grid cheat sheet
Stars: ✭ 83 (-47.13%)
Mutual labels:  grid, grid-layout
Ungrid
ungrid - the simplest responsive css grid
Stars: ✭ 1,292 (+722.93%)
Mutual labels:  grid, responsive

npm version All Contributors Commitizen friendly js-standard-style codecov Build Status Publish Netlify Status

Build History
Build Status
Build history

React Awesome Styled Grid 😎

A responsive grid system for React using styled-components

Installation

npm i --save react-awesome-styled-grid

Dependencies

styled-components is a peerDependency and must be installed separately.

npm i --save styled-components

Documentation

Click here for documentation

Basic usage

This grid system is based on Google Material Design.

Number of columns: xs: 4, sm: 8, md: 8, lg: 12, xl: 12

Breakpoints size: xs: 1rem, sm: 48rem, md: 64rem, lg: 90rem, xl: 120rem

for a custom configuration, see this section of documentation

import { Container, Row, Col } from 'react-awesome-styled-grid'

const MyCoolComponent = () => (
  <Container>
    <Row>
      <Col xs={4} md={2} >Col A</Col>
      <Col xs={6} md={10}>Col B</Col>
    </Row>
  </Container>
)

Development

run yarn install or npm install to install all dependencies

run yarn docz dev or npm run docz:dev to run Docz on port 4000

Built With

  • Styled-components - Visual primitives for the component age.
  • Docz - It's never been easier to document your things
  • Rollup - Rollup is a module bundler for JavaScript

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contributors

Thanks goes to these wonderful people (emoji key):

Francisco Santos
Francisco Santos

💻 📖 👀
Camila Belo
Camila Belo

⚠️
Fábio Henrique Gabriele
Fábio Henrique Gabriele

⚠️
Bernardo Mariano
Bernardo Mariano

💻
Ahmed Tarek
Ahmed Tarek

💻
Steve Swanson
Steve Swanson

🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].