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) • 526 B
JavaScript
import c from"primevue/base/style";var e=c.extend({name:"tristatecheckbox",classes:{root:function(c){var e=c.props;return["p-checkbox p-component",{"p-checkbox-checked":!0===e.modelValue,"p-checkbox-disabled":e.disabled,"p-checkbox-focused":c.instance.focused}]},checkbox:function(c){var e=c.props;return["p-checkbox-box",{"p-highlight":null!=e.modelValue,"p-disabled":e.disabled,"p-focus":c.instance.focused}]},checkIcon:"p-checkbox-icon",uncheckIcon:"p-checkbox-icon",nullableIcon:"p-checkbox-icon"}});export{e as default};