JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 952
  • Score
    100M100P100Q103268F
  • License ISC

Animate React with ease

Package Exports

  • react-animated-tree

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-animated-tree) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status npm version

npm install react-animated-tree

A simple, configurable tree view control for React.

Demo: https://codesandbox.io/embed/rrw7mrknyp

import Tree from 'react-animated-tree'

<Tree content="Name" open canHide visible>
  <Tree content="Subtree">
    <Tree content="Sub-sub-tree" />
  <Tree>
<Tree>