Skip to content
New issue

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

nested-grid does not support :src prop like other components #345

Open
hipitihop opened this issue Oct 10, 2024 · 0 comments
Open

nested-grid does not support :src prop like other components #345

hipitihop opened this issue Oct 10, 2024 · 0 comments

Comments

@hipitihop
Copy link
Contributor

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.

(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

kimo-k added a commit that referenced this issue Oct 31, 2024

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
For #345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant