@snapgridjs/react 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ Draggable, resizable, responsive grid layouts for React — with pluggable packi
18
18
  - **Headless-first** — compose `useGridContainer` + hooks under a dnd-kit `DragDropProvider` for full control of your markup — or drop in the turnkey [`<GridLayout>`](https://snapgrid.dev/docs/guides/component-layer) (react-grid-layout-style) when you don't need that. Ships **no CSS**.
19
19
  - **Pluggable packing** — `vertical` / `horizontal` / `none`, plus `masonry` / `gravity` / `shelf` from [`@snapgridjs/extras`](https://www.npmjs.com/package/@snapgridjs/extras), or your own `Compactor`.
20
20
  - **Cross-grid dragging** — wrap grids in a `<SnapGridGroup>` and drag tiles between them.
21
- - **Nested grids** — drop a grid inside a tile of another grid; each level keeps its own isolated drag session.
21
+ - **Nested grids** — drop a grid inside a tile of another grid and drag tiles between levels; isolate a sub-grid with its own provider when you want it contained.
22
22
  - **Responsive** — per-breakpoint layouts with `<ResponsiveGridLayout>`.
23
23
  - **Keyboard accessible** — Enter/Space to pick up, arrow keys to move, Esc to cancel.
24
24
  - **SSR-safe** and **TypeScript-first** (types included).