KaiUI
KaiUI copied to clipboard
React component library for KaiOS apps
Seems like the Svelte framework can speed up Javascript websites considerable, which is probably desirable for KaiOS apps. See: https://svelte.dev/ Or a beginner article: https://dev.to/bholmesdev/why-sveltejs-may-be-the-best-framework-for-new-web-devs-205i Another similar approach that seems...
Hi, Im using checkbox listitem and onInputChange is working only if you click on the checkbox (like with the mouse) If you press enter on your computer or center key...
I got a MediaStreamError with the message "MediaStreamError { name: "SecurityError", message: "The operation is insecure.", constraint: "", stack: "" }" when using the camera component, when using chrome on...
I have tried the component **DateSelector** to pick a date in the kai-os app, but it seems to be no focus date getting highlighted. Due to that reason date picking...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1. Changelog Sourced from yargs-parser's changelog. 5.0.0 (2017-02-18) Bug Fixes environment variables should take precedence over config file (#81) (76cee1f) BREAKING CHANGES environment variables will...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
This builds bundles into `/dist` and defines these files in `packages.json` so other projects using this library can easily import and use it.
In ListViews moving down past the last item will jump to the first and moving up past the first jump to the last item. In TabViews this is not the...