UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Discord Chat](https://img.shields.io/discord/55794023

2 lines (1 loc) 1.39 kB
this.primevue=this.primevue||{},this.primevue.toolbar=function(e){"use strict";var t={name:"Toolbar"};const n={class:"p-toolbar p-component",role:"toolbar"},o={class:"p-toolbar-group-left"},l={class:"p-toolbar-group-right"};return function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.type="text/css","top"===n&&o.firstChild?o.insertBefore(l,o.firstChild):o.appendChild(l),l.styleSheet?l.styleSheet.cssText=e:l.appendChild(document.createTextNode(e))}}("\n.p-toolbar {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n.p-toolbar-group-left,\n.p-toolbar-group-right {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n"),t.render=function(t,r,i,a,s,p){return e.openBlock(),e.createElementBlock("div",n,[e.createElementVNode("div",o,[e.renderSlot(t.$slots,"start")]),e.createElementVNode("div",l,[e.renderSlot(t.$slots,"end")])])},t}(Vue);