gymnast

Welcome to the gymnast docs. You'll find comprehensive guides and documentation to help you start working with gymnast as quickly as possible, as well as support if you get stuck. Jump right in!

📺 Example

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

<Grid size={5} margin={2}>Content Here</Grid>
<Grid size={7} margin="2 2 2 0">More Content</Grid>

<Grid margin={2}>2nd row</Grid>