A responsive grid system layout for React using styled-components
npm install react-awesome-styled-grid






A responsive grid system for React using styled-components
``bash`
npm i --save react-awesome-styled-grid
styled-components is a peerDependency and must be installed separately.
`bash`
npm i --save styled-components
Click here for documentation
This grid system is mobile-first 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
`js
import { Container, Row, Col } from "react-awesome-styled-grid";
const MyCoolComponent = () => (
Col A
Col B
);
`
run yarn install or npm install to install all dependencies
run yarn start or npm run start` to run Docusaurus on port 3000
Go to http://localhost:3000/demo to see live demo and edit Demo.tsx file
- Styled-components - Visual primitives for the component age.
- Docusaurus - Build optimized websites quickly, focus on your content
- Rollup - Rollup is a module bundler for JavaScript
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.
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks goes to these wonderful people (emoji key):
Francisco Santos 💻 📖 👀 | Camila Belo ⚠️ | Fábio Henrique Gabriele ⚠️ | Bernardo Mariano 💻 | Ahmed Tarek 💻 | Steve Swanson 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!