mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4742 - New InputGroup Component
This commit is contained in:
parent
bba5d21060
commit
5d8babd349
17 changed files with 348 additions and 0 deletions
14
components/lib/inputgroupaddon/InputGroupAddon.vue
Normal file
14
components/lib/inputgroupaddon/InputGroupAddon.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptm('root')" data-pc-name="inputgroupaddon">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseInputGroupAddon from './BaseInputGroupAddon.vue';
|
||||
|
||||
export default {
|
||||
name: 'InputGroupAddon',
|
||||
extends: BaseInputGroupAddon
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue