Add class names or id endusers can target components with
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
When a user wants to apply their own styles or target various components at runtime (in the browser) with CSS it gets hard to do so without having explicit IDs.
It gets easier when you use semantic tags like header or footer, etc to wrap components.
Consider adding id= or deliberate className to components even if they do not have styles applied.
Related post targeting styles to do something
- #90
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 reviewing the repository's React components and related issue #90 to determine which components need deliberate className or id targets. Done requires an agreed scope and consistent selectors that let browser users style or target the affected components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100