Scott Klarenbach

Results 3 issues of Scott Klarenbach

Is there any way to only include certain components from the library, or is it all or nothing? For example, in material-ui, you can `import Button from 'material-ui/Button';` instead of...

There are several callbacks added in material-ui 0.16 that allow for callbacks to fire after a dialog has loaded, thus avoiding the awful setTimeout hacks for things like setting focus,...

[net.unit8/fressian-cljs "0.1.0"] ``` (ns datascript-test.core (:require [fressian-cljs.core :as fress])) (fress/write {:hi "there"}) ``` Invalid :refer, var fressian-cljs.fns/lookup does not exist