Chip pt demo added

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-21 16:24:46 +03:00
parent b228f30c52
commit 3454c20f50
4 changed files with 110 additions and 2 deletions

8
doc/chip/pt/PTImage.vue Normal file
View file

@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>{{ $attrs.description }}</p>
</DocSectionText>
<div>
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/chip.jpg" />
</div>
</template>