FloatLabel page added

This commit is contained in:
tugcekucukoglu 2024-02-02 15:40:35 +03:00
parent 43cdab506d
commit 88a679feaf
8 changed files with 185 additions and 3 deletions

View file

@ -0,0 +1,21 @@
<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-float-label</td>
<td>Float label element.</td>
</tr>
</tbody>
</table>
</div>
</DocSectionText>
</template>