-
-
Notifications
You must be signed in to change notification settings - Fork 923
Components
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
-
Examples
- Modals
- Select
- Radio Buttons
- Infinite Scroll
- Data - sort, search, filter
- Search Box - in-page & site
-
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
-
sm-table -- semantic-ui data table widget with optional pagination
-
simple select component - a simple component that wraps around
-
Nested Components - DEPRECATED. USE MODERN COMPONENTS
-
Animated Page Flip - with velocity.js
-
Video chooser/player + example of paging a long list
-
mithril-modal from Human Design
- Treebeard - A hierarchical data renderer - sort, search, filter data
-
Search page text - highlights found text as you type
-
Search Github for repository - with auto-complete
-
Search using (Reactive) RxJS Observables - Fast search box with autocomplete
- Post to Twitter [ javascript ] [ coffeescript ]