nested-grid does not support :src prop like other components
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Clojure
- Stars
- 823
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the nested-grid component and compare its accepted properties with components such as h-box, using the :src example as the reference. Add optional :src support so DOM inspection can map nested-grid to app code, then verify that nested-grid still renders correctly with and without the property.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100