ilmanzo / karax_clock

Demo of karax dynamic component design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

made-with-nim

Karax component example

This example is an implementation of a Karax component-based app.

It's a simple "world clock". You can create as many clocks you need, all running in different timezones.

Component KClock is stateful, so you can manage many of them independently in the same page.

To build it from source, just run

nimble -y install && nimble make

to install dependencies and compile the code.

Then open index.html with your favourite browser, or simply click here for a live example

Demo

Demo

About

Demo of karax dynamic component design

License:MIT License


Languages

Language:Nim 100.0%