mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
InputIcon page added
This commit is contained in:
parent
61de965a79
commit
be020bd2ac
10 changed files with 124 additions and 20 deletions
25
doc/inputicon/theming/StyledDoc.vue
Normal file
25
doc/inputicon/theming/StyledDoc.vue
Normal file
|
@ -0,0 +1,25 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue