kaios-svelte-starter

Kaios Svelte Starter

Starter template for a Svelte and TypeScript KaiOS app.

kaios-svelte-starter

A simple starter template for building a KaiOS app using Svelte and TypeScript.

Development and testing

npm run dev builds the app in watch mode and serves the site. Great for testing your app in a desktop browser.

Deploying to a device

  1. Connect your device to your computer and make sure it appears in WebIDE.
  2. npm run build
  3. In WebIDE, load the /public folder as a packaged app.
  4. Or, npm run dev then visit localhost:port/index.html

Synthetic flavors:

  • Support D-pad navigation & Software Key listener
  • Support i18n

Built-in components:

  1. Dialog
  2. ListView
  3. Separator
  4. Option Menu
  5. Radio
  6. Single Selector(Radio)
  7. Checkbox
  8. Multi Selector(Checkbox)
  9. Date Picker
  10. Time Picker
  11. Loading Bar
  12. Progress Bar
  13. Range Slider
  14. Button
  15. InputText
  16. TextArea
  17. InputTextDialog
  18. TextAreaDialog
  19. Toaster(@zerodevx/svelte-toast)

Top categories

Loading Svelte Themes