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) 271 B
import Drawer from 'primevue/drawer'; var script = { name: 'Sidebar', "extends": Drawer, mounted: function mounted() { console.warn('Deprecated since v4. Use Drawer component instead.'); } }; export { script as default }; //# sourceMappingURL=index.mjs.map