svelte-grid icon indicating copy to clipboard operation
svelte-grid copied to clipboard

A responsive, draggable and resizable grid layout, for Svelte.

Results 61 svelte-grid issues
Sort by recently updated
recently updated
newest added

How to set the height (100%, max-content) for specifc "svlt-grid-item"? I want the height of the container to be based on the height of the child content.

I'm attempting to create a parent container where all my grid elements align within it, rather than extending beyond the boundaries of the parent container. However, I'm encountering difficulties in...

I'm trying to remake the https://bento.me grid using your package, so far so good but I want to use variant buttons to resize instead of the resizer functionality, for example,...

bug

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

It seems that cols is of the type [number, number][], where the first number is the 'preferred' width and the latter is the column index(id). The documentation is very confusing,...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.24 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Add possibility to fix the resize direction to only one axis. The resizable property can now have values: 'x', 'y', true, false

Add the possibility to fix the number of maximum rows

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

I don't see a way to freeze and unfreeze the grid, meaning that all items should become fixed, not draggable or scalable. I wrote a rather dirty workaround: ``` const...