re-com icon indicating copy to clipboard operation
re-com copied to clipboard

A ClojureScript library of reusable components for Reagent

Results 54 re-com issues
Sort by recently updated
recently updated
newest added

Hello! Judging by the code comments this appears to have been on the TODO list at some point or at least considered (the comments mention a possible :thumb-style explicitly, so...

Column header rendering is quirky in version 2.21.3 but ok in 2.19.0 See highlighted aberrations which should not be there. ![image](https://github.com/day8/re-com/assets/4626024/e9f3be95-c749-470a-86f9-f0f1b5186a27) Table definition here: https://github.com/day8/rf8.day8.com.au/blob/51043bb13493bf9b90f1ccb514554b98e8954dbb/client/src/day8/voz_rf/wizard/page_load_files.cljs#L308

bug

Most re-com components support the optional `:src` property. This is an debugging aid when inspecting the dom and trying to map to actual app code. e.g. ```clojure (ns your-ns (:require...

enhancement

`simple-v-table` has an on-click handler which dumps the row object to the devtools console. This is super useful when debugging these tables and one can see other row properties which...

enhancement