diff --git a/docs/src/pages/components/Tabs.svx b/docs/src/pages/components/Tabs.svx
index e35a5956..151dfd6a 100644
--- a/docs/src/pages/components/Tabs.svx
+++ b/docs/src/pages/components/Tabs.svx
@@ -41,6 +41,25 @@ Set `autoWidth` to `true` for tabs to have an automatically set width.
+### Disabled tabs
+
+Setting `disabled` to `true` on the `Tab` component will prevent it from being clickable.
+
+Using keyboard navigation (left and right arrow keys) will skip to the next non-disabled tab.
+
+
+
+
+
+
+
+ Content 1
+ Content 2
+ Content 3
+ Content 4
+
+
+
### Container type