primevue-mirror/doc/iconfield/theming/StyledDoc.vue

26 lines
805 B
Vue
Raw Normal View History

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>
<td>p-input-icon-right</td>
<td>Right input icon element.</td>
</tr>
<tr>
<td>p-input-icon-left</td>
<td>Left input icon element.</td>
</tr>
</tbody>
</table>
</div>
</DocSectionText>
</template>