Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gymnast

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gymnast

Configurable grid for React

  • 17.0.0-next.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by60%
Maintainers
2
Weekly downloads
 
Created
Source

gymnast

gymnast is a configurable grid for React

docs Circle Status Test Coverage PRs welcome


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

To install the development branch of gymnast, run yarn add gymnast@next.

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'
;<Grid>
  <Grid size={5} margin={2}>
    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 and PropTypes are peer dependencies 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

FAQs

Package last updated on 12 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc