Skip to content

Commit 86e9036

Browse files
Adding minimal required readme instructions (#278)
1 parent 3fb3861 commit 86e9036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ const data = [
6868
Use all the defaults. The _initialData_ prop makes the tree an uncontrolled component. Create, move, rename, and delete will be handled internally.
6969

7070
```jsx
71+
import { Tree } from 'react-arborist';
72+
7173
function App() {
7274
return <Tree initialData={data} />;
7375
}

0 commit comments

Comments
 (0)