A responsive grid system for React using styled-components
npm i react-awesome-styled-grid
Click here for 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>
)
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
- Styled-components - Visual primitives for the component age.
- Docz - It's never been easier to document your things
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Francisco Santos - Initial work - santosfrancisco
- Camila Belo - camilaibs
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