InputMask, InputNumber, InputSwitch, InputText unstyled demo updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-26 17:53:34 +03:00
parent a3f5a4fb6f
commit 6cfb10b024
16 changed files with 303 additions and 35 deletions

View file

@ -0,0 +1,21 @@
<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-inputtext</td>
<td>Input element</td>
</tr>
</tbody>
</table>
</div>
</template>