Skip to content
pelonpelon edited this page Oct 30, 2015 · 50 revisions

LINKS to Mithril component examples
Some of these code samples were developed with the old module pattern (pre 0.2.0). It shouldn't be difficult to convert them to the current component architecture
If you can't find it here, try the Recipes-and-Snippets page.


Collections

  • mithril-elements by Phil Toms, a Starter kit for building apps with Mithril custom element types with demo, uses an older version of Mithril, includes Accordion, Jumbotron, Tabset/Tabs, Modal, Use of Occlusion Scroller

  • mithril-components - a library of components, mixins and patterns.

  • mithril-bootstrap - a lot of work has been done porting bootstrap to Mithril but the project is still in development.

  • Polythene - Polymer inspired modular implementation of Material Design

  • mithril-mdl - Material Design Lite components

Examples

Modals

Select

Radio

Infinite Scroll

Data

Content Sliders

Search

Tooltips

Twitter

Misc

Clone this wiki locally