Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kevinkace/mithril-uis
- Owner: kevinkace
- Created: 2016-11-01T15:46:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:31:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T04:30:02.445Z (4 months ago)
- Topics: css, javascript, mithriljs, ui
- Language: JavaScript
- Size: 6.19 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
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`