Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinkace/mithril-uis

A few simple UIs made in Mithril.
https://github.com/kevinkace/mithril-uis

css javascript mithriljs ui

Last synced: 4 months ago
JSON representation

A few simple UIs made in Mithril.

Awesome Lists containing this project

README

        

# Mithril UIs

Some examples/starting points for UIs built with [Mithril](https://github.com/lhorie/mithril.js).

### [360](public/360)

- A 360 product viewer.
- [working example](https://rawgit.com/kevinkace/mithril-uis/master/public/360/index.html)

### [Fade Image](public/fade-image)

- Fade-in a high-res header image with a low-res placeholder.
- [working example](https://rawgit.com/kevinkace/mithril-uis/master/public/fade-image/index.html)

### [Lazy Image](public/lazy-image)

- Lazy load images.
- [working example](https://rawgit.com/kevinkace/mithril-uis/master/public/lazy-image/index.html)

### [Accordion](public/accordion)

- Accordion with Zenscroll.
- [working example](https://rawgit.com/kevinkace/mithril-uis/master/public/accordion/index.html)

## To run

1. clone
2. install `npm i`
3. run `npm start`
4. open `localhost:8080`