Create Generic Image Component
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
To meet 508 compliance we could create an <Image> component that we can then set the
aria-label and alt - as well as exposing various sizes to help users manage their image tags.
if a user doesn't provide one of these we will set them based on the image name or something else, maybe throw an error even to make sure it's set?
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
No file, test, or entry point is named. Start by locating existing image-related React components and their tests, then clarify the expected 508-compliance behavior for aria-label, alt, sizes, and missing values. Done should be defined by an agreed component API and tests covering the required accessibility behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100