@cubone/react-file-manager 1.2.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -9
- package/dist/react-file-manager.es.js +2649 -2566
- package/dist/react-file-manager.umd.js +31 -31
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/react-file-manager-logo.png +0 -0
package/README.md
CHANGED
|
@@ -4,15 +4,10 @@ An open-source React.js package for easy integration of a file manager into appl
|
|
|
4
4
|
|
|
5
5
|
## ✨ Features
|
|
6
6
|
|
|
7
|
-
- **
|
|
8
|
-
- **
|
|
9
|
-
- **
|
|
10
|
-
- **
|
|
11
|
-
- **Inline Folder Creation and Renaming**: Create new folders and rename files or folders directly within the file list.
|
|
12
|
-
- **Toolbar**: Access common file operations such as upload, delete, and refresh with a convenient toolbar.
|
|
13
|
-
- **Breadcrumb Navigation**: Navigate through the directory structure with a breadcrumb trail.
|
|
14
|
-
- **Navigation Pane**: Quickly switch between folders and directories using a sidebar navigation pane.
|
|
15
|
-
- **Context Menu**: Right-click to open a context menu with options for cutting, copying, pasting, renaming, and deleting files or folders.
|
|
7
|
+
- **File & Folder Management**: View, upload, delete, copy, move, create, and rename files or folders seamlessly.
|
|
8
|
+
- **Grid & List View**: Switch between grid and list views to browse files in your preferred layout.
|
|
9
|
+
- **Navigation**: Use the breadcrumb trail and sidebar navigation pane for quick directory traversal.
|
|
10
|
+
- **Toolbar & Context Menu**: Access all common actions (upload, delete, copy, move, rename, etc.) via the toolbar or right-click for the same options in the context menu.
|
|
16
11
|
|
|
17
12
|
## 🚀 Installation
|
|
18
13
|
|