@@ -26,6 +29,10 @@ export default {
inputId: String,
isDisabled: Boolean,
isRequired: Boolean,
+ hasIcon: Boolean,// If input has an icon
+ iconRight: Boolean,// Place icon on right side of text input, otherwise default is left if hasIcon prop is used
+ iconURL: String,
+ hasError: Boolean,
mask: {
type: String,
default: '',
@@ -46,6 +53,19 @@ export default {
diff --git a/src/layouts/button-question-examples/button-question-examples.vue b/src/layouts/button-question-examples/button-question-examples.vue
new file mode 100644
index 000000000..6df20ddf1
--- /dev/null
+++ b/src/layouts/button-question-examples/button-question-examples.vue
@@ -0,0 +1,138 @@
+
+
+
List Buttons
+
+
+
+
+
+
+
+
+
+
+ (Selecting button with spinner will cause page overlay, page refresh needed to select buttons from other groups)
+
+
List ButtonHorizontals
+
+
+
+
+
+
List Cards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Radio
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue
index d75266010..c4d45822f 100644
--- a/src/layouts/component-test/component-test.vue
+++ b/src/layouts/component-test/component-test.vue
@@ -27,12 +27,37 @@