50 lines
1.7 KiB
Vue
50 lines
1.7 KiB
Vue
<template>
|
|
<DocSectionText id="style" label="Style" v-bind="$attrs">
|
|
<p>Following is the list of structural style classes, for theming classes visit <NuxtLink to="/theming">theming</NuxtLink> 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-cascadeselect</td>
|
|
<td>Container element.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-cascadeselect-label</td>
|
|
<td>Element to display label of selected option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-cascadeselect-trigger</td>
|
|
<td>Icon element.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-cascadeselect-panel</td>
|
|
<td>Icon element.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-cascadeselect-items-wrapper</td>
|
|
<td>Wrapper element of items list.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-cascadeselect-items</td>
|
|
<td>List element of items.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-cascadeselect-item</td>
|
|
<td>An item in the list.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-overlay-open</td>
|
|
<td>Container element when overlay is visible.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</template>
|