UNPKG

primevue

Version:

PrimeVue is a premium UI library for Vue featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, wh

32 lines (26 loc) 767 B
import BaseComponent from '@primevue/core/basecomponent'; import IftaLabelStyle from 'primevue/iftalabel/style'; import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue'; var script$1 = { name: 'BaseIftaLabel', "extends": BaseComponent, style: IftaLabelStyle, provide: function provide() { return { $pcIftaLabel: this, $parentInstance: this }; } }; var script = { name: 'IftaLabel', "extends": script$1, inheritAttrs: false }; function render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("span", mergeProps({ "class": _ctx.cx('root') }, _ctx.ptmi('root')), [renderSlot(_ctx.$slots, "default")], 16); } script.render = render; export { script as default };