Support justifyItems and justifySelf
Open
Nobody has claimed this yet.
Algorithm
Feature Request
- Dominant language
- C++
- Stars
- 18.9k
- Forks
- 1.6k
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Report
- I have searched existing issues and this is not a duplicate
Issues and Steps to Reproduce
- CSS Flexbox properties
justifyItemsandjustifySelfare not supported (e.g., in React Native). - Also properties
placeContent,placeItems, andplaceSelf- which could be implemented once all thealign*andjustify*props are supported. - Couldn't find any references to them via code search of the repo.
Expected Behavior
Support for the missing properties.
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 searching the repository for existing align* and justify* property definitions and their tests, then compare the requested CSS properties with the current support. Done means justifyItems, justifySelf, and any agreed place* properties are implemented consistently and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, react-native
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100