OpusCapita / filemanager

React based FileManager for browser ( + FS REST API for Node.js and Express)
https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false
Apache License 2.0
566 stars 122 forks source link

How to use an independent component in Client React Package alone? For example: LocationBar, ListView? #291

Closed Gzbox closed 4 years ago

Gzbox commented 4 years ago

How to use an independent component in Client React Package alone? For example: LocationBar, ListView? I don't know how to import from'@opuscapita/react-filemanager'

Urgently want to know the answer, thank you

@kvolkovich-sc @visortelle

visortelle commented 4 years ago

The components you listed are not exported. If you want, please modify this file and make a pull request.

https://github.com/OpusCapita/filemanager/blob/master/packages/client-react/src/client/index.js