mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
VirtualScroller pt demo added
This commit is contained in:
parent
8de4b8170d
commit
5162ceedd5
4 changed files with 155 additions and 2 deletions
8
doc/virtualscroller/pt/PTImage.vue
Normal file
8
doc/virtualscroller/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