diff --git a/src/views/tag/TagDoc.vue b/src/views/tag/TagDoc.vue index ca2f0a5383..1ce1736cc0 100644 --- a/src/views/tag/TagDoc.vue +++ b/src/views/tag/TagDoc.vue @@ -41,7 +41,7 @@ import Tag from 'primevue/tag';
Content can easily be customized with the default slot instead of using the built-in display.
<Tag>
- Content
+ Content
</Tag>
@@ -118,6 +118,16 @@ import Tag from 'primevue/tag';
+ + Tag does not include any roles and attributes by default, any attribute is passed to the root element so aria roles and attributes can be added if required. If the tags are dynamic, + aria-live may be utilized as well. In case badges need to be tabbable, tabindex can be added to implement custom key handlers. +
+ +Component does not include any interactive elements.
+None.