-
### Describe the problem
Please note there is a workaround to this issue currently, but requires a lot of extra boilerplate in which you create and pass a writable store down the component tree. I …
-
Hi svelte-router-spa peoples.
I'm trying to build a dynamic component system and am using svelte-router-spa as the core of the routing.
https://github.com/jorgegorka/svelte-router/issues/9
I …
-
I'm trying to bind a store variable to group of checkboxes and it works till I move checkbox into a separate component, after that only one checkbox can be chosen at a time, here's an example from rep…
-
An add-ons section in the admin UI would be nice.
- The Core API could have an add-on register/define function that takes in add-on details and path to web-component. or perhaps scan an add-ons dir…
-
Hello, first of all, thank you for this wonderful library.
As app grows, its easier to make hamburgers a react component.
Something like this
```javascript
this.setState({ active: !this.state.act…
-
Obligatory https://stackoverflow.com/a/1732454/1422124
Took me a while to track this down, because prettier was also swallowing the error message (I'll investigate and open an issue in the appropri…
-
To demonstrate use of play functions & interactions:
- [x] React
- [x] Vue
- [x] Vue3
- [x] HTML
- [ ] Web-components
- [x] Angular
- [x] Preact
- [x] Svelte
-
Hey @edde746 and @shinokada,
I couldn't reach out otherwise so I'm just opening the issue. I'm one of the founders of Flowbite and thanks for your contribution to creating another Svelte library. I…
-
### Describe the problem
Is there an option or an adaptor that will build the app as svelte does - with a single js file and single css file?
### Describe the proposed solution
This makes embeddin…
-
**Is your feature request related to a problem? Please describe.**
I wonder would it possible to have a `{#try}` logic block, such that anything goes inside, if error would be handled in the `{:cat…