mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5175 - FloatLabel
This commit is contained in:
parent
0dd5d5cea3
commit
355bbebe7e
10 changed files with 241 additions and 96 deletions
14
components/lib/floatlabel/FloatLabel.vue
Normal file
14
components/lib/floatlabel/FloatLabel.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<span :class="cx('root')" v-bind="ptm('root')" data-pc-name="floatlabel">
|
||||
<slot />
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseFloatLabel from './BaseFloatLabel.vue';
|
||||
|
||||
export default {
|
||||
name: 'FloatLabel',
|
||||
extends: BaseFloatLabel
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue