mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
add demos for Tailwind theme (Panels, Media, Misc)
This commit is contained in:
parent
b459bdcce4
commit
4b8a3f2b19
77 changed files with 1714 additions and 177 deletions
50
doc/image/theming/StyledDoc.vue
Normal file
50
doc/image/theming/StyledDoc.vue
Normal file
|
@ -0,0 +1,50 @@
|
|||
<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-image</td>
|
||||
<td>Container element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-image-preview-container</td>
|
||||
<td>Container element with preview enabled.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-image-preview-indicator</td>
|
||||
<td>Mask layer over the image when hovered.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-image-preview-icon</td>
|
||||
<td>Icon of the preview indicator.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-image-mask</td>
|
||||
<td>Preview overlay container.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-image-toolbar</td>
|
||||
<td>Transformation options container.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-image-action</td>
|
||||
<td>An element inside the toolbar.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-image-preview</td>
|
||||
<td>Image element inside the preview overlay.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue