Material Components for Elm

A Material Design framework.

This library is based on Material Components for the web (MDC Web).

Important links

  • Getting Started Guide (TODO)
  • Demo

Quick start

<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500|Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/material-components-web-elm@latest/dist/material-components-web-elm.min.css">
<script src="https://unpkg.com/material-components-web-elm@latest/dist/material-components-web-elm.min.js"></script>

Refer to the simple counter example for a minimal starting point, specifically to the files src/Main.elm and page.html.

Contributions

Please share your experience using this library! Use GitHub to report bugs or ask questions, too.