primevue-mirror/doc/speeddial/StyleDoc.vue

38 lines
1.2 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-speeddial</td>
<td>Container element.</td>
</tr>
<tr>
<td>p-speeddial-button</td>
<td>Button element of speeddial.</td>
</tr>
<tr>
<td>p-speeddial-mask</td>
<td>Mask element of speeddial.</td>
</tr>
<tr>
<td>p-speeddial-list</td>
<td>List of the actions.</td>
</tr>
<tr>
<td>p-speeddial-item</td>
<td>Each action item of list.</td>
</tr>
</tbody>
</table>
</div>
</template>