From b6f452a7009c80536afd5ffcba829072e8d7daba Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 6 Nov 2023 13:38:32 +0300 Subject: [PATCH] InputGroup and InputGroupAddon demo updates --- doc/inputgroup/BasicDoc.vue | 88 +++++++++++++++--------------- doc/inputgroup/ButtonDoc.vue | 42 +++++++-------- doc/inputgroup/CheckboxDoc.vue | 98 +++++++++++++++++----------------- doc/inputgroup/MultipleDoc.vue | 64 +++++++++++----------- 4 files changed, 146 insertions(+), 146 deletions(-) diff --git a/doc/inputgroup/BasicDoc.vue b/doc/inputgroup/BasicDoc.vue index 7cb418429..8541460a4 100644 --- a/doc/inputgroup/BasicDoc.vue +++ b/doc/inputgroup/BasicDoc.vue @@ -3,23 +3,23 @@

An InputGroup is created by wrapping the input and add-ons inside an element with a p-inputgroup class where add-ons also should be inside an element with .p-inputgroup-addon class.

-
- + + - + -
+ -
- $ + + $ - .00 -
+ .00 + -
- www + + www -
+
@@ -30,67 +30,67 @@ export default { return { code: { basic: ` -
- + + - + -
+ -
- $ + + $ - .00 -
+ .00 + -
- www + + www -
+ `, options: ` `, composition: ` ` diff --git a/doc/inputgroup/ButtonDoc.vue b/doc/inputgroup/ButtonDoc.vue index 019d333f9..ada67e018 100644 --- a/doc/inputgroup/ButtonDoc.vue +++ b/doc/inputgroup/ButtonDoc.vue @@ -3,21 +3,21 @@

Buttons can be placed at either side of an input element.

-
+
+ -
+
+ -
+
+
@@ -28,57 +28,57 @@ export default { return { code: { basic: ` -
+
+ -
+
+ -
+
+ `, options: ` `, composition: ` @@ -40,56 +40,56 @@ export default { radioValue2: '', code: { basic: ` -
+ - + - -
+ + -
- + + - + -
+ -
- + + - + - + - -
+ + `, options: ` @@ -109,26 +109,26 @@ export default { composition: ` @@ -24,49 +24,49 @@ export default { return { code: { basic: ` -
- + + - - + + - + - $ - .00 -
+ $ + .00 + `, options: ` `, composition: ` `