svelte-keyboard
svelte-keyboard copied to clipboard
Virtual keyboard component for Svelte
Would be awesome if this package could include proper Typescript types. Might tackle this in a PR myself if I have some time.
Thank you for this lib, I worked on pet project for Obsidian and wanted to create something like this. It helps me 🙏 Some feature requests, maybe you have some...
Hello, is there a long-pressing feature for this keyboard library? Thank you.
Whenever the `svelte` field is used in `package.json`, there needs to be an export condition in there as well. More info here: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition. I'm sorry if this a mess. I'm...
Users of other packages got this same warning such as this [one](https://github.com/ItalyPaleAle/svelte-spa-router/issues/310) and this [one](https://github.com/naver/egjs-infinitegrid/issues/564). Something to do with the package.json of the package itself not having [export conditions](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition) as...