We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb3861 commit 86e9036Copy full SHA for 86e9036
README.md
@@ -68,6 +68,8 @@ const data = [
68
Use all the defaults. The _initialData_ prop makes the tree an uncontrolled component. Create, move, rename, and delete will be handled internally.
69
70
```jsx
71
+import { Tree } from 'react-arborist';
72
+
73
function App() {
74
return <Tree initialData={data} />;
75
}
0 commit comments