Docs: Arrange props alphabetically
See original GitHub issueThe documentation of all components lists the props
as well as their usage. It would be great if we arrange the props
list alphabetically to make it easier to find the required props.
Just like the expo docs and others.
Proposed Fix
The docs are written using markdown
and can be found here.
You can make multiple PRs (one PR for one component ) as it makes it easy to review. Considering the surface area of this issue.
As multiple peoples will be working on this issue, make sure to comment down the name of the component you will work on.
Done
- Avatar
- Badge
- BottomSheet
- Button
- ButtonGroup
- Card
- Checkbox
- Header
- Icon
- Image
- Input
- ListItem
- Overlay
- Pricing
- Searchbar
- Slider
- Text
- Tile
- Tooltip
- Modal
- Rating
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:30 (27 by maintainers)
Top Results From Across the Web
eslint-plugin-react/jsx-sort-props.md at master - GitHub
This rule checks all JSX components and verifies that all props are sorted alphabetically. A spread attribute resets the verification. The default configuration ......
Read more >How to alphabetize in Google Docs - Android Police
Highlight the list or paragraphs you want to sort alphabetically. To sort the entire document, use the keyboard shortcut CTRL+A (CMD+A on Mac) ......
Read more >sort-keys - ESLint - Pluggable JavaScript Linter
This rule checks all property definitions of object expressions and verifies that all variables are sorted alphabetically. Examples of incorrect code for this ......
Read more >Invalid configuration for rule "react/jsx-sort-props"
I'm trying to sort props names alphabetically using the plugin eslint-plugin-react but I'm getting this error:
Read more >4 Easy Ways to Alphabetize in Google Docs - wikiHow
1. Open Google Docs. If you’re using a computer, navigate to https://docs.google.com/ in your browser. On your phone or tablet, open the Google...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pranshuchittora add Tooltip to Progress as done
So this would be just rearranging the props list in each markdown file to be alphabetical? If so, this seems like a good first issue for me.