svelte-bricks
svelte-bricks copied to clipboard
Naive Svelte Masonry component without column balancing (ragged columns at the bottom)
Hey, I am trying to create a masonry grid without any (or very little) layout shift. Is this possible with `svelte-bricks`. My current attempts always load a one-column layout which...
Hey! I just wanna start off by saying you've got a really nice simple library here, i'm using a slightly adapted version for my own needs with more of a...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.6.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.56.0...v9.6.0)
Hi @janosh, thanks for making this! Have you ever tried implementing this with a virtual list library, to make a kind of scrollable "infinite-bricks" UI? I was wondering if you...