We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
:src
e.g.
(ns your-ns (:require [re-com.core :as rc :refer [at]])) ... [rc/h-box :src (at) :children [ .... ]]
The nested-grid should also support this as an optional property
The text was updated successfully, but these errors were encountered:
[nested-grid] Support debug attributes
765f6fc
For #345
No branches or pull requests
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.
The nested-grid should also support this as an optional property
The text was updated successfully, but these errors were encountered: