Missing icons? #321
Unanswered
8000
hoclun-rigsep
asked this question in
Q&A
Replies: 2 comments
-
@hoclun-rigsep Thanks 😄 Hope you stay in Clojure(Script) a long time. Are you including the material design iconic font as per this example - https://github.com/day8/re-com/blob/master/run/resources/public/index_dev.html#L8 ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Follow-up: I discovered that I had to write [row-button :src (at)
:md-icon-name "close-circle-o"
; :mouse-over-row? mouse-over-row?
:tooltip "Deny"
; :on-click #(reset! click-msg (str "edit row " (:id row)))
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Beginner to Clojure(Script) and re-com. Love the library. I rsynced the static resources into my project but I seem to be missing some but not all of the icons. Is this expected?
Beta Was this translation helpful? Give feedback.
All reactions