Skip to content

Commit 6416958

Browse files
authored
Update README.md
1 parent bc6b8c4 commit 6416958

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ return [
7575
];
7676

7777
```
78-
![Screenshot](https://github.com/solutionforest/filament-tree/assets/68211972/d4bc8d33-3448-4cf5-837e-14116e28b4b5)
78+
79+
![Using tree widget on page](https://github.com/user-attachments/assets/b590afeb-6178-4382-a669-2f6d1af4559e)
7980

8081
## Usage
8182

@@ -346,7 +347,8 @@ public function getTreeRecordIcon(?\Illuminate\Database\Eloquent\Model $record =
346347
return 'heroicon-o-cake';
347348
}
348349
```
349-
![tree-icon](https://github.com/solutionforest/filament-tree/assets/68525320/6a1ef719-9029-4e91-a20a-515a514c4326)
350+
351+
![Item record on tree](https://github.com/user-attachments/assets/5a3b5b68-39d5-450c-9e7d-3b3c95433bbc)
350352

351353
#### Node collapsed state
352354
You can customize a collapsed state of the node. If you would like to show your tree initially collapsed you can use:

0 commit comments

Comments
 (0)