diff --git a/src/views/tag/TagDoc.vue b/src/views/tag/TagDoc.vue index d734f615d..d0c7f5d36 100644 --- a/src/views/tag/TagDoc.vue +++ b/src/views/tag/TagDoc.vue @@ -35,6 +35,16 @@ import Tag from 'primevue/tag';
  • danger
  • +
    Templating
    +

    Content can easily be customized with the default slot instead of using the built-in display.

    +
    +
    +<Tag>
    +   Content
    +</Tag>
    +
    +
    +
    Styling

    Following is the list of structural style classes, for theming classes visit theming page.