DeferredContent, Editor, VirtualScroller theming tabs added

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-04 14:39:10 +03:00
parent 2bd77e1b21
commit 3f673307b6
10 changed files with 128 additions and 22 deletions

View 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>