From 84f5f338e7e24fd059ba0a470897a0b4d15f2a1b Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 2 Dec 2024 12:54:29 -0800 Subject: [PATCH] add slots passthrough --- .../c-select-many-to-many/styling.vue | 33 ++ .../src/examples/c-select/styling.vue | 27 ++ .../input/c-select-many-to-many.vue | 6 +- .../src/components/input/c-select.vue | 389 +++++++++--------- 4 files changed, 269 insertions(+), 186 deletions(-) create mode 100644 playground/Coalesce.Web.Vue3/src/examples/c-select-many-to-many/styling.vue diff --git a/playground/Coalesce.Web.Vue3/src/examples/c-select-many-to-many/styling.vue b/playground/Coalesce.Web.Vue3/src/examples/c-select-many-to-many/styling.vue new file mode 100644 index 00000000..70d24cf6 --- /dev/null +++ b/playground/Coalesce.Web.Vue3/src/examples/c-select-many-to-many/styling.vue @@ -0,0 +1,33 @@ + + + diff --git a/playground/Coalesce.Web.Vue3/src/examples/c-select/styling.vue b/playground/Coalesce.Web.Vue3/src/examples/c-select/styling.vue index 135dfd1b..02bfe7ad 100644 --- a/playground/Coalesce.Web.Vue3/src/examples/c-select/styling.vue +++ b/playground/Coalesce.Web.Vue3/src/examples/c-select/styling.vue @@ -10,6 +10,33 @@ > + + + + +

slots passthrough

+ + + + + +

compact/outlined via v-defaults-provider

+ > + +