Merge branch 'master' of github.com:debois/elm-mdl

This commit is contained in:
Søren Debois 2016-04-13 00:21:39 +02:00
commit c3dbdc637d

View file

@ -1,5 +1,7 @@
# Contributing # Contributing
TL;DR: Check [this list](https://github.com/debois/elm-mdl/issues?q=is%3Aopen+is%3Aissue+label%3Astarting-point).
Please do! You could add documentation, fix bugs, add to the demos/integrate Please do! You could add documentation, fix bugs, add to the demos/integrate
with other elm-libraries, or add components. There are opportunities for with other elm-libraries, or add components. There are opportunities for
both newcomers and experienced Elm programmers: adding documentation, fixing both newcomers and experienced Elm programmers: adding documentation, fixing
@ -87,7 +89,8 @@ as appropriate in the file.
Rename as appropriate in the file. Rename as appropriate in the file.
4. In `demo/Demo.elm`, find all the places that mentions `template` or `Template`, 4. In `demo/Demo.elm`, find all the places that mentions `template` or `Template`,
copy those bits, and rename as appropriate. copy those bits, and rename as appropriate.
5. Compile and open `page.html` in a browser. 5. Copy the template bits in `src/Material.elm`.
6. Compile and open `page.html` in a browser.
The last tab contains your component. Now all you need is code! The last tab contains your component. Now all you need is code!