UNPKG

primevue

Version:

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

13 lines (10 loc) 280 B
import Popover from 'primevue/popover'; var script = { name: 'OverlayPanel', "extends": Popover, mounted: function mounted() { console.warn('Deprecated since v4. Use Popover component instead.'); } }; export { script as default }; //# sourceMappingURL=index.mjs.map