mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
InputMask, InputNumber, InputSwitch, InputText unstyled demo updates
This commit is contained in:
parent
a3f5a4fb6f
commit
6cfb10b024
16 changed files with 303 additions and 35 deletions
|
@ -1,21 +0,0 @@
|
|||
<template>
|
||||
<DocSectionText id="style" label="Style" 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-inputmask p-inputtext</td>
|
||||
<td>Input element</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue