Package Exports
- react-dynamic-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-dynamic-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
react-dynamic-animated-tree
React animated tree with dynamically generated with the data
Install
npm install --save react-dynamic-animated-tree
Usage
import React, { Component } from 'react'
import MyComponent from 'react-dynamic-animated-tree'
import 'react-dynamic-animated-tree/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © DimuthRuwantha