18.0.1 • Published 4 years ago

gymnast v18.0.1

Weekly downloads
17
License
MIT
Repository
github
Last release
4 years ago

With gymnast, you can eliminate your layout css or reduce it to just a few lines.

Learn how to use gymnast in your own project.

or

Play with a demo

If you are migrating from gymnast 16, check the migration guide.

📺 Examples

We have several examples on the website. Here is one of them:

import * as React from 'react'
import { Grid } from 'gymnast'

function App() {
  return (
    <Grid>
      <Grid size={5} margin="XL 0">
        Content Here
      </Grid>
      <Grid size={7}>More Content</Grid>
    </Grid>
  )
}

This will create 2 columns of sizes 5, 7, respectively.

For a deeper dive into gymnast, check out the docs, the examples here or follow the Getting Started guide.

🖥 Install

gymnast is available as the gymnast package on npm. It is also available on the unpkg CDN.

You can install it with:

yarn add gymnast

React is a peer dependency of the generated bundle.

👥 Contributors

The main purpose of this repository is to continue to evolve gymnast, making it more capable and easier to use. Development of gymnast happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Check the contributing.md to learn how you can take part in improving gymnast.

Thanks goes to these wonderful people (emoji key):

Oscar Bartra🐛 💻 📖 👀Andrew Hansen💬 🐛 💻 👀Stephen Nomura🎨Andrew Toy🐛 💻 💡colinlgray🐛Jeffrey Klein🐛 💻 ⚠️Derrick Nguyen💻 ⚠️

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

🏁 Metrics

ProcessStatus
Code QualityCircleCI Test Coverage Code Climate codebeat badge Package Quality Sauce Test Status
Versioningsemantic-release Commitizen friendly npm
DependenciesKnown Vulnerabilities DavidDM
File Sizegzipped bundle size
QuestionsJoin the discussion at https://gymnast.readme.io/discuss gymnast StackOverflow tags

Sauce Test Status

18.0.1

4 years ago

18.0.0

4 years ago

17.0.1

4 years ago

17.0.0-next.19

5 years ago

17.0.0-next.18

5 years ago

17.0.0-next.17

5 years ago

17.0.0-next.16

5 years ago

17.0.0-next.15

5 years ago

17.0.0-next.14

5 years ago

17.0.0-next.13

5 years ago

17.0.0-next.12

5 years ago

17.0.0-next.11

5 years ago

17.0.0-next.10

5 years ago

17.0.0-next.9

5 years ago

17.0.0-next.8

5 years ago

17.0.0-next.7

5 years ago

17.0.0-next.6

5 years ago

17.0.0-next.5

5 years ago

17.0.0-next.4

5 years ago

17.0.0-next.3

5 years ago

17.0.0-next.2

5 years ago

17.0.0-next.1

5 years ago

17.0.0

5 years ago

16.0.1

5 years ago

16.0.0

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago