Skip to content
tebe edited this page Jun 10, 2019 · 50 revisions

Links to Mithril component examples.

Note: 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 what you're looking for here, try looking in Recipes and Snippets.


Table of Contents

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
  • mui - A very very simple ui library collection
  • Construct-UI - A UI library

Communication

Examples

Modals

Select

Radio

Checkbox

Infinite Scroll

Data

Content Sliders

Search

Tooltips

Twitter

Misc