diff --git a/docs/components/hot-button.md b/docs/components/hot-button.md
index b446f32..236f634 100644
--- a/docs/components/hot-button.md
+++ b/docs/components/hot-button.md
@@ -13,20 +13,3 @@
| Event |
|---------|
| `click` |
-
-## Example
-
-
-
-Click Me!
-
-
-
-
-
diff --git a/docs/components/hot-toolbar.md b/docs/components/hot-toolbar.md
index d8172e3..37a70ec 100644
--- a/docs/components/hot-toolbar.md
+++ b/docs/components/hot-toolbar.md
@@ -19,11 +19,3 @@
| `hot-rightalign-click` |
| `hot-underline-click` |
| `hot-undo-click` |
-
-## Example
-
-
-
-
-
-
diff --git a/docs/components/hot-tracking.md b/docs/components/hot-tracking.md
index 77b68ab..c384644 100644
--- a/docs/components/hot-tracking.md
+++ b/docs/components/hot-tracking.md
@@ -5,6 +5,7 @@
| Property | Attribute | Type | Default | Description |
|----------|-----------|-----------|----------------|----------------------------------|
| `domain` | `domain` | `string` | "" | The domains to apply tracking. |
+| `force` | `force` | `boolean` | false | Force display the banner. |
| `isOpen` | | `boolean` | true | |
| `name` | `name` | `string` | "hot-tracking" | |
| `siteId` | `site-id` | `string` | "" | The Matomo site id for tracking. |
diff --git a/docs/examples.md b/docs/examples.md
new file mode 100644
index 0000000..235bfb2
--- /dev/null
+++ b/docs/examples.md
@@ -0,0 +1,28 @@
+# Component Examples
+
+As web components can be rendered in HTML / Markdown, here are some examples.
+
+## Button
+
+
+
+Click Me!
+
+
+
+
+
+
+## Toolbar
+
+
+
+
+
+
diff --git a/mkdocs.yml b/mkdocs.yml
index 875257f..06fb0d6 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -65,6 +65,7 @@ nav:
- Header: components/hot-header.md
- Toolbar: components/hot-toolbar.md
- Tracking: components/hot-tracking.md
+ - Examples: examples.md
- Storybook: storybook.md
- License: LICENSE.md
- Changelog: CHANGELOG.md