-
### Describe the problem
The module "svelte/elements" provides the definitions of HTML attributes that can be used to declare props to spread in a component that "wrap" a HTML element.
For example…
-
### Describe the bug
In the docs, the only mention of snippets-slots interop is:
> In Svelte 4, content can be passed to components using slots. Svelte 5 replaces them with snippets which are mo…
-
### Describe the problem
This has been discussed a lot in the past (for example #627), but now with Svelte 5 released, I think we can take a look at this from a different angle, considering all the…
-
### Describe the bug
The elements in `'svelte/elements'` extend the following type:
```typescript
export interface DOMAttributes {
// Implicit children prop every element has
// Add this here…
-
Creating a list of existing HOC components we should updated to have least have a render prop equivalent (feel free to add to the list)
- ``
- Convert [withScreenSize](https://github.com/hshoff/…
-
I'm trying to apply some kind or render props pattern around modular-forms, without success :/
The general idea is: I have many kind of criteria, the only difference is the `params`. all the other …
-
```javascript
fields: [
{ name: 'name', type: 'text', props: { min: 3, max: 30, required: true} },
{ name: 'email', type: 'email', label: 'Email address', props: { required: true } …
-
### Provide a general summary of the issue here
Popover will not render via a variable outside of its internal scope. I need to be able to control the open state of the popover so i can use framer mo…
-
guys i am using svelte2tsx for transforming svelte to tsx for gneerating .d.ts
```ts
const tsx = s2x.svelte2tsx(content, {
filename: file,
isTsFile: isTsScript(cont…
-
### Describe the bug
I use svelte 5.0.5, and the latest of all relevant packages.
I have selected "defaut formatter" to be Svelte for VS Code, version v109.1.0
If I create a +page.svelte file with …