diff --git a/docs/content/en/flavor/component.md b/docs/content/en/flavor/component.md
index 6e128e3..01dbb7b 100644
--- a/docs/content/en/flavor/component.md
+++ b/docs/content/en/flavor/component.md
@@ -60,3 +60,24 @@ Click [here](/props) to see full documentation on props.
Hi!
```
+## Singleton
+
+### Example 1
+
+```html
+
+
+ Button 1
+
+
+
+ Button 2
+
+
+```
diff --git a/docs/content/en/flavor/composition-api.md b/docs/content/en/flavor/composition-api.md
index bfbbb94..92aad88 100644
--- a/docs/content/en/flavor/composition-api.md
+++ b/docs/content/en/flavor/composition-api.md
@@ -83,3 +83,28 @@ useTippy(btn, {
})
```
+
+## Singleton
+
+### Example 1
+
+```vue
+
+
+
+
+
+
+
+
+```