primevue-mirror/doc/badge/pt/PTImage.vue
Tuğçe Küçükoğlu ebe86df393 Badge pt demo added
2023-04-21 16:22:26 +03:00

8 lines
236 B
Vue

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