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

Allow applying `style` to GridItem #76

Open FluffyDiscord opened 4 months ago

FluffyDiscord commented 4 months ago

Currently we are limited to classes only, but I would like to dynamically change the GridItem background and right now its not possible, unless I make class for every color imaginable.

Please add GridItem prop to pass and merge style property.