cuire / svelte-grid-extended

A draggable and resizable grid layout, for Svelte
https://svelte-grid-extended.vercel.app
MIT License
74 stars 8 forks source link

[Featute] Pass `id`, `active`, `w`, `h` to GridItem default slot #42

Closed cuire closed 1 year ago

cuire commented 1 year ago
<GridItem let:active let:w let:h let:id>
    <!--  use all lets here -->
</GridItem>