From 31593969451a4914d6fc0f6654d726f1037558b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Fri, 22 Apr 2016 15:00:35 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efb7a57..425da58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,12 +66,12 @@ The remaining components, use Javascript in various ways. Toggles seem to use Javascript exclusively to insert ripple-animations and __might__ be easy to implement using the `Ripple.elm` component: - - [Toggles](https://www.getmdl.io/components/index.html#toggles-section) + - [Toggles](https://www.getmdl.io/components/index.html#toggles-section)[WIP] The rest I haven't looked at; they may or may not be straightforward to port to Elm. - - [Tables](https://www.getmdl.io/components/index.html#tables-section) + - [Tables](https://www.getmdl.io/components/index.html#tables-section)[Work in progress: [Alexander Foremny](https://github.com/aforemny)] - [Sliders](https://www.getmdl.io/components/index.html#sliders-section) - [Menus](https://www.getmdl.io/components/index.html#menus-section) [Work in progress: [Alexander Foremny](https://github.com/aforemny)] - [Tooltips](https://www.getmdl.io/components/index.html#tooltips-section)