Svelte Virtual Masonry

A virtualized Svelte component rendering an efficient masonry/Pinterest layout. It calculates item positions and uses windowing (overscan) to display only visible items from a large dataset, optimizing performance.

Setup #

  • Svelte
<script lang="ts">
  import { VirtualMasonry } from "flowbite-svelte";
</script>

Usage Examples #

See examples and code.

See also #

Loading related links...

Component data #

The component has the following props, type, and default values. See types page for type information.

Loading...

GitHub Links #

LLM Link #