From 15b956673b1e9948f46c6e59f8048cbd3571da51 Mon Sep 17 00:00:00 2001 From: Saifullah Zubair Date: Thu, 23 Jan 2025 04:53:50 +0500 Subject: [PATCH] fix: react deps issue fix release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c871db..3fda73b 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ type File = { | `onRename` | (file: [File](#-file-structure), newName: string) => void | A callback function triggered when a file or folder is renamed. | | `primaryColor` | string | The primary color for the component's theme. Accepts any valid CSS color format (e.g., `'blue'`, `'#E97451'`, `'rgb(52, 152, 219)'`). This color will be applied to buttons, highlights, and other key elements. `default: #6155b4`. | | `width` | string \| number | The width of the component `default: 100%`. Can be a string (e.g., `'100%'`, `'10rem'`) or a number (in pixels). | - + ## ⌨️ Keyboard Shortcuts | **Action** | **Shortcut** |