-
Love the clean back-to-basics syntax of Enhance! Great work!
One thing that I feel is missing from the docs is how to implement interactivity, since the developer ergonomics of binding syntax is on…
-
For example missing-declaration is warn and I think it should be error, because if something is not defined, lint step should fail with error. But if I try to add `"missing-declaration": "error"` or `…
-
Markdown inside HTML tags or custom components needs to be wrapped by newlines to render correctly:
```mdx
*not italic*
*not italic*
*italic*
```
This limitation includes mat…
-
[https://github.com/sveltejs/svelte](Svelte) is a "compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM". The same principle can …
-
### Describe the bug
I got this error, when I set the following compiler options:
```javascript
const config = {
compilerOptions: {
customElement: true
},
preprocess: preprocess(),
k…
-
## Zag Integration
Zag docs are currently unavilable, but Ark has an example:
https://ark-ui.com/react/docs/components/tree-view
Update: the [Zag team has confirmed](https://github.com/chakra-u…
-
Wie hast Du den Link "Wechsel zur Aufnahme" bzw. "Wechsel zum Objekt" umgesetzt (das ist super!). Ist das bei automatisch bei jeder reverse_nested-Beziehung so? Oder hast Du da das Mask-Splitter-Plugi…
-
### Describe the bug
After packaging a Svelte component library I ran into an issue where I failed my type checking. For example:
```js
Click here
```
```sh
npm run check
> svelte-test@…
-
Hi,
The current document upload implementation depends on dropping a file on a journal entry to attach it. I am not sure how to do it on a mobile platform. If anyone has some success with it please g…
-
@c0bra In the docs, there is currently no mention of how to go about applying custom styling and theming to svelma components