mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +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/editor/theming/StyledDoc.vue
Normal file
30
doc/editor/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-editor-container</td>
|
||||
<td>Container element</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-editor-toolbar</td>
|
||||
<td>Toolbar of the editor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-editor-content</td>
|
||||
<td>Editable area</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue