From 78bd99af5692eba2eca3be05aac83d2a5ba2bd79 Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 2 Dec 2021 16:19:40 -0500 Subject: [PATCH] WIP CSR-186 horizontal radio button updates. --- src/layouts/component-test/component-test.vue | 16 ++ .../radio-horizontal/radio-horizontal.vue | 139 ++++++++++-------- 2 files changed, 94 insertions(+), 61 deletions(-) diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index 0d518eeee..ec3101752 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -241,6 +241,8 @@ loaderColor="blue" loaderPosition="right" sizeInRem="1" + v-bind:totalInGroup="3" + v-bind:positionInGroup="1" /> + diff --git a/src/ux-components/radio-horizontal/radio-horizontal.vue b/src/ux-components/radio-horizontal/radio-horizontal.vue index 6f81fa043..d8c32ec9f 100644 --- a/src/ux-components/radio-horizontal/radio-horizontal.vue +++ b/src/ux-components/radio-horizontal/radio-horizontal.vue @@ -1,29 +1,31 @@ - -