Some examples/starting points for UIs built with Mithril.
-
360
A 360 product viewer. -
Fade Image
Fade-in a high-res header image with a low-res placeholder. -
Lazy Image
Lazy load images.
- clone repo
- install server (I use
npm i -g http-server
) - run server from project root (
user@machine /mithril-uis http-server
) - load site (
localhost:8080
)