2024-02-02 12:56:33 +00:00
|
|
|
<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>
|
2024-02-14 08:14:13 +00:00
|
|
|
<td>p-icon-field</td>
|
|
|
|
<td>Container of element.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>p-icon-field-right</td>
|
2024-02-02 12:56:33 +00:00
|
|
|
<td>Right input icon element.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-02-14 08:14:13 +00:00
|
|
|
<td>p-icon-field-left</td>
|
2024-02-02 12:56:33 +00:00
|
|
|
<td>Left input icon element.</td>
|
|
|
|
</tr>
|
2024-02-14 08:14:13 +00:00
|
|
|
<tr>
|
|
|
|
<td>p-input-icon</td>
|
|
|
|
<td>Container of input icon.</td>
|
|
|
|
</tr>
|
2024-02-02 12:56:33 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</DocSectionText>
|
|
|
|
</template>
|