UNPKG

@anilkumarthakur/vue3-json-viewer

Version:

This plugin provides a Vue 3 component for rendering and interacting with JSON data in a structured and visually appealing way. It supports features like dark mode, expanding and collapsing nested objects, and more.

3 lines (2 loc) 126 B
export { default as NestedComponent } from './NestedComponent.vue'; export { default as JsonViewer } from './JsonViewer.vue';