huntabyte / vaul-svelte

An unstyled drawer component for Svelte.
https://vaul-svelte.com
MIT License
419 stars 17 forks source link

Is it possbile to make it work without JS? #25

Closed ondrejjcizek closed 7 months ago

ondrejjcizek commented 7 months ago

It would be nice if it work without JS :)

huntabyte commented 7 months ago

If you wanted to support providing the content inside the drawer for users without JS, that would be up to you to implement via fallback routes or similar. A component like this is 99% JS.