Skip to content

Commit d32ac55

Browse files
committed
Adding minimal required readme instructions
1 parent 3cee71c commit d32ac55

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)