-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Svelte 1.0 #3085
Comments
Hi In Svelte, when you destructure a reactive variable ( Code like this: ark/packages/svelte/src/lib/components/avatar/use-avatar.svelte.ts Lines 13 to 14 in be4e356
Should be written the same way as Vue code: ark/packages/vue/src/components/avatar/use-avatar.ts Lines 18 to 19 in be4e356
Like this one: ark/packages/svelte/src/lib/components/qr-code/use-qr-code.svelte.ts Lines 13 to 14 in be4e356
Would it be OK to contribute on some of the components? |
@babakfp Hey mate - thanks for reaching out. Yes this is a good catch. We found also some issues in Zag that we fixed in the latest version. Feel free to convert any of the components left if you have some time to contribute <3 |
Hello! I'm waiting for ark for Svelte, and trying to work on the incomplete items in the Components section from the progress above. I'm attempting to work on the |
Roadmap for Svelte 1.0
Basics
Core
Providers
Components
The text was updated successfully, but these errors were encountered: