diff --git a/src/views/fieldset/FieldsetDoc.vue b/src/views/fieldset/FieldsetDoc.vue index 783f35eb0..33964e3e1 100644 --- a/src/views/fieldset/FieldsetDoc.vue +++ b/src/views/fieldset/FieldsetDoc.vue @@ -57,6 +57,7 @@ import Fieldset from 'primevue/fieldset';

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/panel/PanelDoc.vue b/src/views/panel/PanelDoc.vue index 87a089b83..14100199b 100644 --- a/src/views/panel/PanelDoc.vue +++ b/src/views/panel/PanelDoc.vue @@ -57,6 +57,7 @@ import Panel from 'primevue/panel';

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/tabview/TabViewDoc.vue b/src/views/tabview/TabViewDoc.vue index cf93ce393..334ecbf37 100644 --- a/src/views/tabview/TabViewDoc.vue +++ b/src/views/tabview/TabViewDoc.vue @@ -166,7 +166,7 @@ export default {
-

Properties of Accordion

+

Properties of TabView

Any attribute such as style and class are passed to the main container element.

Events