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

18 lines (15 loc) 411 B
import BaseStyle from '@primevue/core/base/style'; var theme = function theme(_ref) { _ref.dt; return "\n.p-checkbox-group {\n display: inline-flex;\n}\n"; }; var classes = { root: 'p-checkbox-group p-component' }; var CheckboxGroupStyle = BaseStyle.extend({ name: 'checkboxgroup', theme: theme, classes: classes }); export { CheckboxGroupStyle as default }; //# sourceMappingURL=index.mjs.map