From 6fb9c366ca52fa2a5fa214b379f4c5c842ff934a Mon Sep 17 00:00:00 2001
From: Dominic Go <18517029+dominicstop@users.noreply.github.com>
Date: Wed, 29 Jun 2022 03:26:13 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20README=20-=20`C?=
=?UTF-8?q?ontextMenuAuxPreviewExample05`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 044726d..48b47dc 100644
--- a/README.md
+++ b/README.md
@@ -2272,7 +2272,32 @@ export function ContextMenuAuxPreviewExample04() {
[🔗 Full Example](example/src/examples/ContextMenuAuxPreviewExample05.tsx)
```jsx
-TBA
+// 📝 Note: for the sake of brevity, some of the code is omitted...
+export function ContextMenuAuxPreviewExample05() {
+ return (
+ (
+
+
+ Center
+
+
+ )}
+ >
+ { /** ... */ }
+
+ );
+};
```