diff --git a/README.md b/README.md
index f16fd44..0bf7fe6 100644
--- a/README.md
+++ b/README.md
@@ -184,6 +184,28 @@ go run widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go
[
](widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go)
+## The TreeView
+
+Displays a tree view which provides a hierarchical and collapsible view for displaying and interacting with nested data structures.
+[treeviewdemo](widgets/treeview/treeviewdemo/treeviewdemo.go).
+
+```go
+go run widgets/treeview/treeviewdemo/treeviewdemo.go
+```
+
+[
](widgets/treeview/treeviewdemo/treeviewdemo.go)
+
+## The Tab
+
+Displays a tabbed view for displaying and interacting with multiple widgets. It also includes an optional feature to follow the notifications or alarms by navigating to the respective tab.
+[tabdemo](widgets/tab/tabemo/tabdemo.go).
+
+```go
+go run widgets/tab/tabdemo/tabdemo.go
+```
+
+[
](widgets/tab/tabdemo/tabdemo.go)
+
# Contributing
If you are willing to contribute, improve the infrastructure or develop a
@@ -219,7 +241,7 @@ Termdash uses [this branching model](https://nvie.com/posts/a-successful-git-bra
- [perfstat](https://github.com/flaviostutz/perfstat): Analyze and show tips about possible bottlenecks in Linux systems.
- [gex](https://github.com/Tosch110/gex): Cosmos SDK explorer in-terminal.
- [ali](https://github.com/nakabonne/ali): ALI HTTP load testing tool with realtime analysis.
-
+- [suimon](https://github.com/bartosian/suimon): SUI blockchain explorer and monitor.
# Disclaimer
This is not an official Google product.
diff --git a/doc/images/tabdemo.gif b/doc/images/tabdemo.gif
new file mode 100644
index 0000000..47cb5ef
Binary files /dev/null and b/doc/images/tabdemo.gif differ