diff --git a/src/views/chips/ChipsDoc.vue b/src/views/chips/ChipsDoc.vue
index 8229c6169..e2b78fc2c 100644
--- a/src/views/chips/ChipsDoc.vue
+++ b/src/views/chips/ChipsDoc.vue
@@ -29,6 +29,7 @@ import Chips from 'primevue/chips';
Properties
+ Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
diff --git a/src/views/dropdown/DropdownDoc.vue b/src/views/dropdown/DropdownDoc.vue
index 89c65486c..8970ca9c4 100644
--- a/src/views/dropdown/DropdownDoc.vue
+++ b/src/views/dropdown/DropdownDoc.vue
@@ -54,6 +54,7 @@ data() {
Properties
+ Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
diff --git a/src/views/inputswitch/InputSwitchDoc.vue b/src/views/inputswitch/InputSwitchDoc.vue
index 3c324a349..4235c91c2 100644
--- a/src/views/inputswitch/InputSwitchDoc.vue
+++ b/src/views/inputswitch/InputSwitchDoc.vue
@@ -36,6 +36,7 @@ export default {
Properties
+ Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
diff --git a/src/views/multiselect/MultiSelectDoc.vue b/src/views/multiselect/MultiSelectDoc.vue
index 57c3ed4f2..961f0d478 100644
--- a/src/views/multiselect/MultiSelectDoc.vue
+++ b/src/views/multiselect/MultiSelectDoc.vue
@@ -64,6 +64,7 @@ data() {
Properties
+ Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
diff --git a/src/views/selectbutton/SelectButtonDoc.vue b/src/views/selectbutton/SelectButtonDoc.vue
index 911d27794..f79b0acc4 100644
--- a/src/views/selectbutton/SelectButtonDoc.vue
+++ b/src/views/selectbutton/SelectButtonDoc.vue
@@ -50,6 +50,7 @@ export default {
Properties
+ Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
diff --git a/src/views/togglebutton/ToggleButtonDoc.vue b/src/views/togglebutton/ToggleButtonDoc.vue
index b1dd647bd..3677c8679 100644
--- a/src/views/togglebutton/ToggleButtonDoc.vue
+++ b/src/views/togglebutton/ToggleButtonDoc.vue
@@ -31,6 +31,7 @@ export default {
Properties
+ Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.