From b5f17a41c8c3c976cba19ddec84e236a0d5e9d93 Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 16 Dec 2021 17:17:50 -0500 Subject: [PATCH 1/6] CSR-241 WIP Checkbox component. --- src/layouts/component-test/component-test.vue | 85 ++++++++------ src/ux-components/checkbox/checkbox.spec.js | 1 + src/ux-components/checkbox/checkbox.vue | 79 +++++++++++++ .../list-button-horizontal.vue | 4 +- src/ux-components/list-button/list-button.vue | 4 +- src/ux-components/list-card/list-card.vue | 110 +++++++++++++----- 6 files changed, 215 insertions(+), 68 deletions(-) create mode 100644 src/ux-components/checkbox/checkbox.spec.js create mode 100644 src/ux-components/checkbox/checkbox.vue diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index d33833eb6..af019d944 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -2,31 +2,13 @@
-

List Card

+

Inputs

-
- - - +
+
+ +
@@ -55,6 +37,37 @@
+
+
+

List Card

+
+
+
+ + + +

List Button - Single-Line

@@ -69,7 +82,7 @@ Select Vehicle Year

Select Vehicle Year

Multi-Line Centered

+
+ + +
+ + + + + diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index b267f2bbb..5df8261ec 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -1,7 +1,7 @@