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) • 692 B
JavaScript
;function e(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=e(require("primevue/base/style")).default.extend({name:"accordion",classes:{root:"p-accordion p-component",tab:{root:function(e){return["p-accordion-tab",{"p-accordion-tab-active":e.instance.isTabActive(e.index)}]},header:function(e){var t=e.instance,o=e.tab;return["p-accordion-header",{"p-highlight":t.isTabActive(e.index),"p-disabled":t.getTabProp(o,"disabled")}]},headerAction:"p-accordion-header-link p-accordion-header-action",headerIcon:"p-accordion-toggle-icon",headerTitle:"p-accordion-header-text",toggleableContent:"p-toggleable-content",content:"p-accordion-content"}}});module.exports=t;