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) 715 B
import e from"primevue/base/style";var n=e.extend({name:"dock",classes:{root:function(e){var n=e.instance;return["p-dock p-component","p-dock-".concat(e.props.position),{"p-dock-mobile":n.queryMatches}]},container:"p-dock-list-container",menu:"p-dock-list",menuitem:function(e){var n=e.instance,t=e.processedItem,c=e.index;return["p-dock-item",{"p-focus":n.isItemActive(e.id),"p-disabled":n.disabled(t),"p-dock-item-second-prev":n.currentIndex-2===c,"p-dock-item-prev":n.currentIndex-1===c,"p-dock-item-current":n.currentIndex===c,"p-dock-item-next":n.currentIndex+1===c,"p-dock-item-second-next":n.currentIndex+2===c}]},content:"p-menuitem-content",action:"p-dock-link",icon:"p-dock-icon"}});export{n as default};