diff --git a/README.md b/README.md
index 9fdb77b..6998a8b 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
Alternative UI tabs component for Stipple/StippleUI.
This component wraps Quasar's Q-Tabs component for Genie Builder compatibility.
+Use it in combination with q-tab-panels and q-tab-panel to switch displayed content.
## Installation
@@ -32,6 +33,20 @@ end
ui() = """
+
+
+
+ Tab 1 Contents
+
+
+
+ Tab 2 Contents
+
+
+
+ Tab 3 Contents
+
+
"""
@page("/", ui)