-
While fully removing `tailwindcss` is unlikely as it enables simplified integration with Svelte UX, shadcn-svelte, Skeleton, etc, I could foresee exposing a prebuilt `layerchart.css` export using `tai…
-
### What version of FlyonUI are you using?
v1.1.0
### Which browsers are you seeing the problem on?
All browsers
### Reproduction URL
https://stackblitz.com/edit/flyonui-svelte-y2cmpt?file=src%2F…
-
### Would you like to work on a fix?
- [ ] Check this if you would like to implement a PR, we are more than happy to help you go through the process.
### Current and expected behavior
Error: Your a…
-
### Describe the bug
npm run build
```
> windmill-components@1.405.5 build
> vite build
11:24:32 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json…
-
In the "Hello World" example using `ThSort` or `ThFilter` triggers the warning
```
[svelte] ownership_invalid_mutationnode_modules/@vincjo/datatables/dist/src/shared/ThSort.svelte mutated a value ow…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
A recent update to Svelte syntax highlighting seems to have broken highlighting for components tha…
-
### Describe the problem
- I have a route that is getting a lot of traffic.
- That route uses many components and when compiled each of these components get compiled into 1 file each.
- I use verce…
-
### TLDR
https://svelte.dev/docs/svelte/snippet#Passing-snippets-to-components
Would like to add a section to explain the `direct/explicit` method
```ts
let { foo } = $props();
{@render f…
-
Svelte has a new major version out. Unfortunately, there are major breaking changes around how components are created & used via the vanilla JS API. This needs fixing.
-
- Before proceeding further with implementing any feature. First convert the whole codebase to use memo function.
- Implement AppContext : https://docs.obsidian.md/Plugins/Getting+started/Use+React+in…