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

2 lines (1 loc) 644 B
import e from"primevue/base/style";var n=e.extend({name:"checkbox",css:"\n@layer primevue {\n .p-checkbox {\n position: relative;\n display: inline-flex;\n user-select: none;\n vertical-align: bottom;\n }\n\n .p-checkbox-input {\n cursor: pointer;\n }\n\n .p-checkbox-box {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n}\n",classes:{root:function(e){return["p-checkbox p-component",{"p-highlight":e.instance.checked,"p-disabled":e.props.disabled}]},box:"p-checkbox-box",input:"p-checkbox-input",icon:"p-checkbox-icon"}});export{n as default};