From 0a278cf92d4c1a25413ff17fbcb878272f7a1af8 Mon Sep 17 00:00:00 2001 From: "wilckerson.ganda" Date: Sun, 14 Apr 2024 17:30:20 -0700 Subject: [PATCH] Virtual keyboard with labels --- src/components/VirtualKeyInfo.vue | 36 +++++++++++++++++++++++++++ src/components/VirtualKeyboard.vue | 27 +++++++++++++++++--- src/components/VirtualKeyboardKey.vue | 4 +-- 3 files changed, 61 insertions(+), 6 deletions(-) create mode 100644 src/components/VirtualKeyInfo.vue diff --git a/src/components/VirtualKeyInfo.vue b/src/components/VirtualKeyInfo.vue new file mode 100644 index 00000000..76371cf9 --- /dev/null +++ b/src/components/VirtualKeyInfo.vue @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/src/components/VirtualKeyboard.vue b/src/components/VirtualKeyboard.vue index af0d48a4..d1ea164d 100644 --- a/src/components/VirtualKeyboard.vue +++ b/src/components/VirtualKeyboard.vue @@ -1,7 +1,9 @@