1.8.1 • Published 2 years ago

@mverissimoo/emotion-grid v1.8.1

Weekly downloads
126
License
MIT
Repository
github
Last release
2 years ago

Emotion grid

A responsive (mobile-first) grid system built with emotion.

Quick start

Installation

You can use yarn or npm.

Emotion is used has peerDependencie, so you need install to.

yarn add @emotion/react @emotion/styled @mverissimoo/emotion-grid

Usage

import { Container, Row, Col } from '@mverissimoo/emotion-grid';

function Page() {
  return (
    <Container>
      <Row>
        <Col xs={4} md={6} xl={12}>
          Col
        </Col>
        <Col xs={4} md={6} xl={12}>
          Col
        </Col>
      </Row>
    </Container>
  );
}

export default Page;

Development

yarn docz:dev

Looking for docs

You can check here, guides and API reference.

Built with

Contributing

Feel like contributing? That's awesome! We have a contributing guide to help guide you.

1.8.1

2 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.2.0-alpha.1

4 years ago

1.1.0

4 years ago

1.0.0-alpha.1

4 years ago

1.0.0-alpha.10

4 years ago

1.0.0

4 years ago

1.0.0-alpha.9

4 years ago

1.0.0-alpha.8

4 years ago

1.0.0-alpha.7

4 years ago

1.0.0-alpha.6

4 years ago