diff --git a/playground/app.vue b/playground/app.vue index 0be468ba..eeb838bc 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -27,6 +27,7 @@ const components = [ 'form', 'form-field', 'input', + 'input-menu', 'kbd', 'link', 'modal', diff --git a/playground/pages/button.vue b/playground/pages/button.vue index 4c411796..5a7e56a9 100644 --- a/playground/pages/button.vue +++ b/playground/pages/button.vue @@ -62,6 +62,16 @@ const variants = Object.keys(theme.variants.variant)
+
+ +
-
+
+
+ +
diff --git a/playground/pages/command-palette.vue b/playground/pages/command-palette.vue index c785d326..97d838e7 100644 --- a/playground/pages/command-palette.vue +++ b/playground/pages/command-palette.vue @@ -1,13 +1,7 @@ + + diff --git a/playground/pages/input.vue b/playground/pages/input.vue index 8db9c226..a4b1535b 100644 --- a/playground/pages/input.vue +++ b/playground/pages/input.vue @@ -6,7 +6,7 @@ const sizes = Object.keys(theme.variants.size)