1.0.2 • Published 4 months ago

griddy-react v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

griddy-react

Griddy is a React 3x3 grid. No features, just a grid.

Docs

Griddy is super easy to use!

<Grid>

Create a Grid parent element to put GridItems inside:

<Grid griddyTheme={theme}>
</Grid>

Valid themes are light and dark.

<GridItem>

Create a Grid parent element:

<Grid griddyPosition={position}>
</Grid>

Positions are row-column format. Column values can be left, right or center. Rows can be top, bottom, or center. Put anything inside of these!

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago