-
Need to consider the design of future dashboard iterations.
Considerations include:
- Pre-existing component libraries
- CSS framework
- Color options
-
The type check here assumes that the target element is in the same window context as the script:
https://github.com/romkor/svelte-portal/blob/master/src/Portal.svelte#L25
This might not always b…
-
### Describe the bug
I created a plugin as a custom element with **Svelte 3** it was generating a small bundle size around `70kb` but after migration to **Svelte 4** its now around `120kb`, that's al…
-
This could be done with a wrapping element that does not affect the dom's structure beyond css. A mix of setProperty() and removeProperty() could be used to handle the theme transitions.
I do like …
-
I'm trying to remake the https://bento.me grid using your package, so far so good
but I want to use variant buttons to resize instead of the resizer functionality, for example, a button on each ite…
-
Similar to `if` processor, that would be helpful to have `each`:
Here is a sample code:
```
{index} - {item.name} ({item.country})
```
Here is a simple implementation for more clarific…
-
I want to know the scope of browser's support.
does safari, including IE browser, also?
I am also curious about compatibility with other languages.
-
### Package
- [ ] lucide
- [ ] lucide-angular
- [ ] lucide-flutter
- [ ] lucide-preact
- [X] lucide-react
- [ ] lucide-react-native
- [ ] lucide-solid
- [ ] lucide-svelte
- [ ] lucide-vue
- [ ] lucid…
-
### Describe the bug
After an `npm update` (have been using Svelte `5.1.16` before), quite a few components fail to compile with an error message that does not make sense to me. I was able to pin d…
-
Using this library with Svelte 5 produces the following development warnings:
```sh
11:18:07 [vite] ✨ new dependencies optimized: svelte/internal/client
11:18:07 [vite] ✨ optimized dependencies chang…