react-sortable-tree-theme-file-explorer icon indicating copy to clipboard operation
react-sortable-tree-theme-file-explorer copied to clipboard

A file explorer theme for React Sortable Tree

Results 21 react-sortable-tree-theme-file-explorer issues
Sort by recently updated
recently updated
newest added

I made a fork to solve my own tasks, but if you want, you can use it as an alternative: (For React 17) https://www.npmjs.com/package/@nosferatu500/theme-file-explorer ```yarn add @nosferatu500/theme-file-explorer```

merge with rtl support css

merge with rtl support css

``` import SortableTree from 'react-sortable-tree'; import theme from 'react-sortable-tree-theme-file-explorer'; const Project = ({project: {label, tree}}) => ( {label} ); ``` Gives: ``` Warning: React.createElement: type is invalid -- expected a...

While installing it through npm by npm i react-sortable-tree-theme-file-explorer I am getting error bellow error. error 404 'react-sortable-tree-theme-file-explorer@latest' is not in the npm registry.

I am using the following versions :- - react-sortable-tree 2.8 - react-sortable-tree-theme-file-explorer 2.0.0 - next 9.4.4 I have used it as follows :- ``` const FileExplorerTheme = dynamic(() => import("react-sortable-tree-theme-file-explorer"),...

How to add different icons for folders and files?

This PR supports adding `react-virtualized` rowRender props in this PR https://github.com/frontend-collective/react-sortable-tree/pull/770.

Hello, I am trying to use your library but so far I got only errors. Perhaps you can let me know where I am wrong. My code: ``` import React,...

![image](https://user-images.githubusercontent.com/24865815/78410534-a03e9e00-75da-11ea-82f2-5666f6c1222e.png)