mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
DeferredContent, Editor, VirtualScroller theming tabs added
This commit is contained in:
parent
2bd77e1b21
commit
3f673307b6
10 changed files with 128 additions and 22 deletions
30
doc/virtualscroller/theming/StyledDoc.vue
Normal file
30
doc/virtualscroller/theming/StyledDoc.vue
Normal file
|
@ -0,0 +1,30 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>List of class names used in the styled mode.</p>
|
||||
</DocSectionText>
|
||||
|
||||
<div class="doc-tablewrapper">
|
||||
<table class="doc-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Element</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p-virtualscroller</td>
|
||||
<td>Container element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-virtualscroller-content</td>
|
||||
<td>Content element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-virtualscroller-loader</td>
|
||||
<td>Loader element.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue