vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte.
https://svelte-grid.now.sh/
MIT License
948 stars 57 forks source link

updated add_remove.svx by adding reducer to function add that sets item responsiveness #80

Closed frantic0 closed 3 years ago

frantic0 commented 3 years ago

for all layout column configurations

e.g.

if you have

  let cols = [
    [2880, 12],
    [1600, 12],
    [1280, 8], // over this rez is failling
    [1024, 6],
    [800, 3],
    [500, 2]
  ];

sets all COL props to the new item to add