Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

svelte-grid

vaheqelyan6.1kMIT5.1.2

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

svelte, grid, drag, draggable, resize, resizable, fluid, responsive

readme

svelte-grid

About

  • 100% Svelte (or vanillajs) - no jQuery, no 3rd party dependencies
  • Compatible with Sapper (SSR Svelte)
  • Draggable widgets
  • Resizable widgets
  • Static widgets
  • Layout can be serialized and restored
  • Responsive breakpoints
  • Limit the minimum and maximum width / height when resizing
  • Provide helper functions
  • Custom dragging
  • Grid gap
  • Soft autoscroll

Installation

via NPM

npm i svelte-grid --save-dev