myst729 / vue-json-tree

Vue component that renders JSON data in a collapsible tree structure.
https://www.npmjs.com/package/vue-json-tree
MIT License
51 stars 13 forks source link

Allow users to use custom text #20

Open emmsdan opened 2 years ago

emmsdan commented 2 years ago

User can display custom text instead of default text for the drop down. eg. instead of + { /* 13 items */ } user can do this + { /* Click to view more */ }