uptick/react-keyed-file-browser

Breadcrumbs for easy navigation

venky0195 opened this issue · 1 comments

Hi, Is it possible to implement breadcrumbing just like the attachment below? just like how google drive gives breadcrumbs on the top of the component.
final-result

You can implement it on your side, but the main difficulty is that the FileBrowser supports multiple open folders that may be at completely different paths. What breadcrumbs will you show then?

I did it though, on my client app. It's a matter of hooking into onFolderOpen and onFolderClose methods and storing your current path. What's more, I added the capability to have only one folder open at the same time but that part needed forking the library (see #182).