mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Ripple pt demo added
This commit is contained in:
parent
e65247f541
commit
13d797bb4f
5 changed files with 136 additions and 2 deletions
8
doc/ripple/pt/PTImage.vue
Normal file
8
doc/ripple/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