for more information visit the package's GitHub page
Package contains the following modules:
This Software is ALPHA. Please use with care.
This is an yet unfinished variant of aforemny/elm-mdc without the central state handling. Documentation will follow.
The aim of this package is to give you a light binding from Elm to Material Components for the Web. This package doesn't need any JavaScript and asks you import the required CSS classes yourself. Doing so you have pure Elm code and have full power over how you import the required CSS classes. The documentation will show you how to import CSS using npm and Sass.
You can find this package on elm packages. Install it via:
elm install alexanderkiel/elm-mdc-alpha
Install elm
and elm-test
with npm
if you haven't already:
npm install -g elm
npm install -g elm-test@beta
Run elm-test
:
elm-test