re-mdl
re-mdl copied to clipboard
Yet another library of reusable UI components for Reagent
I got re-mdl working(?) in Reagent 0.7.0 by depending on: ``` [reagent "0.7.0"] [com.yetanalytics/re-mdl "0.1.8" :exclusions [cljsjs/react cljsjs/react-with-addons reagent]] ``` but I get an error ``` Warning: unmountComponentAtNode(): The node...
See: https://groups.google.com/forum/#!msg/clojure/Z91bhUvSB1g/p6bU6ryOBgAJ Looks like it has something to do with our excessive `cond->` usage...
Whenever the `:model` is used on a textfield, updating the text will move the cursor to the end of the line. The component needs to be updated, not completely re-rendered....
It looks to be the case that the `re-mdl.core/layout` will cause interactive development problems if it is the top component. To reproduce, load up figwheel with the react dev tools...
 _putting on the big furry hat_ - All components should accept a `:children` key to add arbitrary stuff (poured into the element with `into`), and those with a single...
First I'd like to say thanks for this project. It is exactly what I was looking for and I was just about to write this myself! This is in no...