rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
sova-soars-the-sora 2018-12-14T06:52:25.021900Z

how can i toggle class with :on-click ?

cheatex 2018-12-14T09:11:13.022Z

do you mean css class?

sova-soars-the-sora 2018-12-14T15:55:21.022200Z

yep. i have a comments div and i want to show/hide it on click of a button/text

cheatex 2018-12-14T16:56:43.022600Z

https://github.com/tonsky/rum#components-local-state just write to :class attribute instead of adding a label

sova-soars-the-sora 2018-12-16T20:38:22.023600Z

okay thanks that helps.. will tinker