-
@matt8707 curious what your thoughts are, or how you thought about handling the components that are only available to sidebar. Do you think SidebarItemConfig and MainItemConfig should be refactored in…
-
__Issue description__:
I try load tiny-slider in my svelte/sapper component [https://sapper.svelte.dev](url)
and get error
```
webpack:///./node_modules/tiny-slider/src/helpers/childNode.remove.…
-
Not gonna lie, I have mostly no idea what is involved in this. But it would be cool if we could get red squigglies for code like this...
```js
/** @type {number} */
const num = 'definitely not a …
-
Hi @rixo et al.
I'm working full time+ on a desktop app like UI library for Svelte and have now been testing w/ the latest Vite & HMR. Each "application" has an external JS class reference that mo…
-
When trying to use the library and the demos, I found that in `InsertImageDialog`, the class "modal" of the modal was being taken by DaisyUI's "modal" class (see https://daisyui.com/components/modal/)…
-
### Code of conduct
- [X] I agree to follow this project's code of conduct.
### Description of request
From the [outline](https://github.com/webcomponents-cg/docs-and-guides/blob/main/plan/outl…
-
🎉 I created a svelte Img component 🎉
## How to use
Use the renderImg() APIin a parent .Astro component/page/layout, to get the html for the img. Then pass the html as a prop to the component.
#…
-
Li Hau's Compile Svelte in your head series:
- Outline: https://lihautan.com/compile-svelte-in-your-head/
- Creating, updating, removing elements: https://lihautan.com/compile-svelte-in-your-head-pa…
-
**Describe the bug**
If using svelte with custom-element, you have to set `customElement: true` in `main.js`.
This breaks the UI of Storybook, if using svelte CSF configs. (since loader is in this r…
-
Hello, I am using external Carousel library called 'glider-js'
In Glider JS code there is a [check](https://github.com/NickPiscitelli/Glider.js/blob/f5d9ed220674ba01a6de3a4969cbe6059c1b5301/glider.js…