IntegrationOn this pageIntegrationRCTV provides FolderView and JsonView components and can be imported as follows,FolderViewImportimport { FolderView } from "rc-tree-view";Component<FolderView data={your_data} />JsonViewImportimport { JsonView } from "rc-tree-view";Component<JsonView data={your_data} />