mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Tooltip PT tab added
This commit is contained in:
parent
8e7a7be794
commit
1c5eea697a
5 changed files with 117 additions and 2 deletions
8
doc/tooltip/pt/PTImage.vue
Normal file
8
doc/tooltip/pt/PTImage.vue
Normal file
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>{{ $attrs.description }}</p>
|
||||
</DocSectionText>
|
||||
<div class="card">
|
||||
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/wireframe-placeholder.jpg" />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue