From 87f3c077a0e292484d0392eb4fd2e5ce8e68d85b Mon Sep 17 00:00:00 2001
From: Cagatay Civici
Date: Wed, 3 Jul 2024 13:30:21 +0300
Subject: [PATCH] Add active state
---
.../doc/theming/unstyled/ExampleDoc.vue | 21 ++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/apps/showcase/doc/theming/unstyled/ExampleDoc.vue b/apps/showcase/doc/theming/unstyled/ExampleDoc.vue
index d882ef831..68adfdde6 100644
--- a/apps/showcase/doc/theming/unstyled/ExampleDoc.vue
+++ b/apps/showcase/doc/theming/unstyled/ExampleDoc.vue
@@ -5,7 +5,14 @@
root, label and icon elements to add a custom style.
-
+
@@ -17,10 +24,14 @@ export default {
return {
code: {
basic: `
-
+
`
}
};