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

15 lines (12 loc) 319 B
import { style } from '@primeuix/styles/iftalabel'; import BaseStyle from '@primevue/core/base/style'; var classes = { root: 'p-iftalabel' }; var IftaLabelStyle = BaseStyle.extend({ name: 'iftalabel', style: style, classes: classes }); export { IftaLabelStyle as default }; //# sourceMappingURL=index.mjs.map