0.0.9 • Published 7 years ago

mithril.component.mdl v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

mithril MDL components

This creates http://www.getmdl.io/ components for use with mithril.

Use state to create different components, for example:

m.components.mButton({text: "Hello"})

Is a "normal" coloured button, whereas this:

m.components.mButton({state: {fab: true, colored: true}, text: "add"})

Is a "fab" (round) button with a plus symbol

For further options, see the MDL documentation

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago