Do you have a file browser-style JavaScript library?

Asked 1 years ago, Updated 1 years ago, 421 views

I am looking for a JavaScript library that can realize the user interface like the attached image.Does anyone know of a library that can easily represent a file or folder tree?
src=

javascript

2022-12-28 04:23

2 Answers

Maybe around here.

Sencha|Ext JS Examples
https://examples.sencha.com/extjs/7.3.0/examples/kitchensink/?modern#trees


2022-12-28 05:47

For example, the Tree View in the MUI seems to be close to what you want: https://mui.com/material-ui/react-tree-view/

src=


2022-12-28 09:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.