Skip to content
/ griddy Public

Griddy is a simple and tiny React 3x3 grid system.

License

Notifications You must be signed in to change notification settings

XenonPy/griddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Griddy is a simple and tiny React 3x3 grid system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published