Skip to content

Commit 0725009

Browse files
Merge pull request #152 from Saifullah-dev/fix/react-deps-issue
fix: react deps issue fix release
2 parents 43c5e26 + 15b9566 commit 0725009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ type File = {
125125
| `onRename` | (file: [File](#-file-structure), newName: string) => void | A callback function triggered when a file or folder is renamed. |
126126
| `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`. |
127127
| `width` | string \| number | The width of the component `default: 100%`. Can be a string (e.g., `'100%'`, `'10rem'`) or a number (in pixels). |
128-
128+
129129
## ⌨️ Keyboard Shortcuts
130130

131131
| **Action** | **Shortcut** |

0 commit comments

Comments
 (0)