From b6d771d427688a07804bda65baa19aff044ea3fb Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sun, 16 Feb 2025 12:28:02 +0100 Subject: [PATCH] playground-vue(app): add missing components --- playground-vue/src/app.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playground-vue/src/app.vue b/playground-vue/src/app.vue index 6a679efe..e43a65d2 100644 --- a/playground-vue/src/app.vue +++ b/playground-vue/src/app.vue @@ -28,10 +28,12 @@ const components = [ 'button', 'button-group', 'card', + 'calendar', 'carousel', 'checkbox', 'chip', 'collapsible', + 'color-picker', 'context-menu', 'command-palette', 'drawer', @@ -40,6 +42,7 @@ const components = [ 'form-field', 'input', 'input-menu', + 'input-number', 'kbd', 'link', 'modal', @@ -56,8 +59,10 @@ const components = [ 'skeleton', 'slideover', 'slider', + 'stepper', 'switch', 'tabs', + 'table', 'textarea', 'toast', 'tooltip'