-
### Describe the bug
I was trying to package and export some components generated by `shadcn-svelte@next`, but got errors
### Reproduction
https://codesandbox.io/p/devbox/gpfk7w
The project is…
-
When passing a child component into my custom component it doesn't seem to render. How do I do that?
Example: https://codesandbox.io/p/sandbox/hello-world-forked-93tj8k
-
**What version of `prettier-plugin-tailwindcss` are you using?**
v0.5.7
**What version of Tailwind CSS are you using?**
v3.3.5
**What version of Node.js are you using?**
v18.16.1
**W…
-
Is there a recommended approach to dynamically switching the selector style across multiple breakpoints? Specifically, I'd like to use the "Tabs" component while in desktop but switch to a "Listbox" o…
-
We're currently bundling some of the source for React NodeGUI in [src/dom/react-nodegui](src/dom/react-nodegui), rather than just importing build files from `node_modules/react-nodegui`.
There was …
-
Hello,
Here is a solution to using this library with vitejs as a bundler
working with `"vite": "^3.0.7"`
## Step by step
### install `@rollup/plugin-replace`
```
npm install @rollup/plugin…
-
This editor is so cool, kudos!
I'm not too familiar with svelte, but how hard would it be to compile this into JS and have a pure JS api to bind it to an element.
```
carta = new Cart()
rend…
-
I am getting this error in browser `superCtor.prototype is not an object or null` when using `jsonwebtoken` with sveltekit.
I have polyfills invoked in config but it appears to not solve the issue.…
-
Might be a copy paste error: https://github.com/sw-yx/codingcareer.com/blob/master/src/components/FAQ.svelte#L156
Should be `-10` instead of `-5`
-
Ideally, it'd be nice to see a selection of UI tools for React, Vue, Svelte, Web Components, etc.
If that's too much to ask, maybe Web Components would be the way to go given most major frameworks …