how can i toggle class with :on-click ?
do you mean css class?
yep. i have a comments div and i want to show/hide it on click of a button/text
https://github.com/tonsky/rum#components-local-state just write to :class attribute instead of adding a label
okay thanks that helps.. will tinker