+
+
+
diff --git a/docs/content/1.getting-started/5.examples.md b/docs/content/1.getting-started/5.examples.md
index 4dcb991e..3e8bb218 100644
--- a/docs/content/1.getting-started/5.examples.md
+++ b/docs/content/1.getting-started/5.examples.md
@@ -134,6 +134,23 @@ const label = computed(() => date.value.toLocaleDateString('en-us', { weekday: '
```
::
+### Table
+
+Here is an example of a Table component with all its features implemented.
+
+::component-example
+---
+padding: false
+---
+
+#default
+:table-example-advanced
+::
+
+::callout{icon="i-simple-icons-github" to="https://github.com/nuxtlabs/ui/blob/dev/docs/components/content/examples/TableExampleAdvanced.vue"}
+Take a look at the component!
+::
+
## Theming
Our theming system provides a lot of flexibility to customize the components.