1 parent 142a0d9 commit 2e7294aCopy full SHA for 2e7294a
3 files changed
docs/docs/guides/custom-context-menu.md
@@ -8,7 +8,9 @@ The [`contextMenuItems`](/api-reference/enriched-text-input#contextmenuitems) pr
8
text-selection menu - the popover that e.g. shows **Copy / Paste / Cut** when the
9
user long-presses selected text.
10
11
-
+<video autoPlay loop muted playsInline width="100%" style={{ borderRadius: '8px' }}>
12
+ <source src={require('../../static/assets/context-menu-demo.mp4').default} type="video/mp4" />
13
+</video>
14
15
:::info
16
docs/static/assets/context-menu-demo.mp4
626 KB
docs/static/assets/context-menu-demo.webp
-3.07 MB
0 commit comments