react-treebeard icon indicating copy to clipboard operation
react-treebeard copied to clipboard

Introduced tree.

Open exabugs opened this issue 8 years ago • 2 comments

For simplify, introduced 'Tree' class.

I want to use 'react-dnd' for Drag&Drop. ( https://github.com/react-dnd/react-dnd )

Self recursive structure is not to work.

  • Self recursive structure.
class TreeNode ...
  render() {
        ...
        <TreeNode>
  }

exabugs avatar Aug 15 '17 16:08 exabugs

Coverage Status

Coverage increased (+0.07%) to 98.624% when pulling 5ff93711d1648245fffc643e7370c13b6015e4ea on exabugs:feature/introduced_tree into 438c4f53b4f879ea5fb451bf539977ee4374aa2f on alexcurtis:master.

coveralls avatar Aug 15 '17 16:08 coveralls

@exabugs Hi! Can you update this PR?

maximilianoforlenza avatar May 05 '19 21:05 maximilianoforlenza