You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. chacha912/react-json-view@a06cb3e
Thank you for considering my request!
The text was updated successfully, but these errors were encountered:
In recommend, rename displayBraceColon to displayCompact. This better illustrates the output visual effect rather than the behavior. Naming displayCompact mean to do more than hide the colon after braces if you or other can in future.
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:
iconStyle='arrow'
option to change the default triangle icons to arrowsdisplayBraceColon={false}
prop to hide the colon after bracesMy Questions
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. chacha912/react-json-view@a06cb3e
Thank you for considering my request!
The text was updated successfully, but these errors were encountered: