Button, SpeedDial, SplitButton unstyled demo updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-26 20:42:29 +03:00
parent 54252e463f
commit 1b65bdab8a
12 changed files with 361 additions and 17 deletions

View file

@ -0,0 +1,37 @@
<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-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>