open-source-labs / Svelvet

🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts
https://svelvet.io
2.5k stars 161 forks source link

feat: Added theme toggle event #510

Open devnull03 opened 3 weeks ago

devnull03 commented 3 weeks ago

Description

I just added an event to the theme toggle that fires whenever someone changes the theme. I was trying to make Svelvet work with Tailwind and this seemed to be the best way to do it without changing any of Svelvet's core styling features.

Checklist