microlinkhq / microlinkhq/react-json-view
Additional Customization Options for Icons and Formatting
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 417
- Forks
- 68
- Avg merge
- 4h 22m
- Merged PRs (30d)
- 8
Description
First, I'd like to thank you for maintaining react-json-view. It's an excellent library that I've been using extensively in my projects!
I've made some custom modifications to meet specific UI requirements:
- Added an
iconStyle='arrow'option to change the default triangle icons to arrows - Implemented a
displayBraceColon={false}prop to hide the colon after braces
My Questions
- Are there existing, documented ways to achieve these customizations that I might have missed?
- If not, would you consider these features as potential additions to the library?
I'd be happy to contribute a PR for these features if you think they would be valuable additions to the library.
I share the commits where I implemented these customizations for your reference. https://github.com/chacha912/react-json-view/commit/a06cb3e709d0374f1bb634e500b6e06192bede80
Thank you for considering my request!
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
Review the issue's linked commit first to understand the existing icon and brace-colon customizations, then inspect the component's current customization options and documentation. Done means deciding whether both requested options are supported or accepted as library features, with documented behavior and coverage for the resulting display changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100