hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.27k stars 287 forks source link

Get everything working in non-runes mode. #651

Open hperrin opened 3 months ago

hperrin commented 3 months ago

Prepend this to every component:

<svelte:options runes={true} />

Then fix any issues.