34 lines
1.1 KiB
Vue
34 lines
1.1 KiB
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>List of class names used in the styled mode.</p>
|
|
<div class="doc-tablewrapper">
|
|
<table class="doc-table">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Element</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>p-fieldset</td>
|
|
<td>Fieldset element.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-fieldset-toggleable</td>
|
|
<td>Toggleable fieldset element.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-fieldset-legend</td>
|
|
<td>Legend element.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>p-fieldset-content</td>
|
|
<td>Content element.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</DocSectionText>
|
|
</template>
|