@particle-academy/react-fancy 4.12.1 → 4.13.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 +1 -0
- package/dist/index.cjs +919 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +266 -1
- package/dist/index.d.ts +266 -1
- package/dist/index.js +919 -2
- package/dist/index.js.map +1 -1
- package/docs/FileBrowser.md +231 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,6 +154,7 @@ npx vite build # Build demo app (verifies imports work)
|
|
|
154
154
|
| Navbar | Responsive navigation bar with hamburger collapse | [docs](docs/Navbar.md) |
|
|
155
155
|
| Pagination | Page navigation with prev/next and ellipsis | [docs](docs/Pagination.md) |
|
|
156
156
|
| TreeNav | Hierarchical file/folder tree with expand/collapse, selection, and extension-based icons | [docs](docs/TreeNav.md) |
|
|
157
|
+
| FileBrowser | Remote-capable file/folder browser + directory picker — lazy async provider and/or streamed snapshot tree, breadcrumb + editable path, sorting, name filter | [docs](docs/FileBrowser.md) |
|
|
157
158
|
|
|
158
159
|
### Rich Content
|
|
159
160
|
|