mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
ContextMenu & Menu pt demos added
This commit is contained in:
parent
8c3189d20c
commit
2d2d83319e
9 changed files with 772 additions and 12 deletions
8
doc/contextmenu/pt/PTImage.vue
Normal file
8
doc/contextmenu/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