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) 794 B
import e from"primevue/basecomponent";import t from"primevue/toolbar/style";import{openBlock as r,createElementBlock as a,mergeProps as o,createElementVNode as l,renderSlot as s}from"vue";var n={name:"Toolbar",extends:{name:"BaseToolbar",extends:e,props:{ariaLabelledby:{type:String,default:null}},style:t,provide:function(){return{$parentInstance:this}}}},d=["aria-labelledby"];n.render=function(e,t,n,i,p,c){return r(),a("div",o({class:e.cx("root"),role:"toolbar","aria-labelledby":e.ariaLabelledby},e.ptm("root"),{"data-pc-name":"toolbar"}),[l("div",o({class:e.cx("start")},e.ptm("start")),[s(e.$slots,"start")],16),l("div",o({class:e.cx("center")},e.ptm("center")),[s(e.$slots,"center")],16),l("div",o({class:e.cx("end")},e.ptm("end")),[s(e.$slots,"end")],16)],16,d)};export{n as default};