This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-23
Channels
- # admin-announcements (1)
- # announcements (1)
- # beginners (222)
- # boot (210)
- # cider (26)
- # cljs-dev (50)
- # cljsrn (19)
- # clojure (243)
- # clojure-art (12)
- # clojure-finland (1)
- # clojure-poland (43)
- # clojure-russia (46)
- # clojure-sg (13)
- # clojurescript (60)
- # core-async (14)
- # css (11)
- # datomic (9)
- # devcards (9)
- # dirac (2)
- # editors (13)
- # emacs (5)
- # euroclojure (1)
- # events (3)
- # hoplon (76)
- # immutant (10)
- # job (1)
- # jobs (2)
- # keechma (1)
- # ldnclj (33)
- # lein-figwheel (1)
- # leiningen (20)
- # luminus (26)
- # mount (31)
- # om (105)
- # onyx (56)
- # parinfer (29)
- # perun (12)
- # proton (1)
- # re-frame (14)
- # reagent (5)
- # sydney (1)
- # yada (15)
Has anyone used cljsjs/react-mdl? I have been trying to set it up, but the documentation is really lacking… I have tried (js/Slider {:min 0 :max 100 :defaultValue 50}) but I get “function Slider is undefined” I also tried (js/MaterialSlider {:min 0 :max 100 :defaultValue 50}) but I get “cannot set attribute _element of undefined” I am sure I am doing something stupid, but if someone could give me a hand I’d really appreciate it, have wasted at least 2 hrs on this...
Not sure how they do externs there, may not have the anser to your question, but probably worth peeking at
@scot-brown I'm also struggling to get cljsjs/react-mdl to work, but I found this helpful so far. http://stackoverflow.com/questions/35232945/in-clojurescript-how-do-i-properly-use-cljsjs-react-mdl