- Updated
tsconfig.json
to produce modules the work with NextJs - Updated the
WindowDimensionProvider
to work with NextJs
Added link in README.md for code sandbox example
- Deprecated GridCell and replaced it with GridItem to align with the css-grid terminology. Added warnings when the GridCell is used.
- Updated the docs to replace GridCell with GridItem and added section on grid-areas.
Updated docs and cleaned code.
- Added react error boundaries for a better user experience.
- Improved error messages.
Updated the docs to include npm install ...
for this module.
LoL...fixed spelling mistake in package.
Added docs with an example for using grid-areas.
Grid cell layout that passes dimensions to children.