42 lines
1.3 KiB
Vue
42 lines
1.3 KiB
Vue
<template>
|
|
<DocSectionText id="style" label="Style" v-bind="$attrs">
|
|
<p>Following is the list of structural style classes, for theming classes visit <PrimeVueNuxtLink to="/theming"> theming</PrimeVueNuxtLink> page.</p>
|
|
</DocSectionText>
|
|
<div class="doc-tablewrapper">
|
|
<table class="doc-table">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Element</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>p-panel</td>
|
|
<td>Container element.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-panel-header</td>
|
|
<td>Header section.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-panel-title</td>
|
|
<td>Title text of panel.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-panel-header-icon</td>
|
|
<td>Action icons inside header.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-panel-toggler</td>
|
|
<td>Toggle icon.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-panel-content</td>
|
|
<td>Content of panel.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</template>
|