diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index 849bb1cd7..b2452d700 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -45,39 +45,22 @@

List Card

+
Functioning as Checkbox
-
- List Card Demo - +
+ List Card Demo + - - -
+ buttonID="Damage Location" + groupID="checkbox-demo-1" + /> +
+
diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index 8afdac8da..157c15de3 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -1,18 +1,9 @@ @@ -21,64 +12,85 @@ export default { name: "listCard", props: { - isMultiSelect: Boolean, - groupName: String, - buttonLabel: String, buttonImage: String, + buttonLabel: String, altText: String, buttonID: String, - tabIndex: String, - className: String, - }, - data() { - return { - picked: "picked", - }; - }, + groupName: String + } };