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) 821 B
this.primevue=this.primevue||{},this.primevue.knob=this.primevue.knob||{},this.primevue.knob.style=function(n){"use strict";function e(n){return n&&"object"==typeof n&&"default"in n?n:{default:n}}return e(primevue.base.style).default.extend({name:"knob",css:"\n@keyframes dash-frame {\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@layer primevue {\n .p-knob-range {\n fill: none;\n transition: stroke 0.1s ease-in;\n }\n .p-knob-value {\n animation-name: dash-frame;\n animation-fill-mode: forwards;\n fill: none;\n }\n .p-knob-text {\n font-size: 1.3rem;\n text-align: center;\n }\n}\n",classes:{root:function(n){return["p-knob p-component",{"p-disabled":n.props.disabled}]},range:"p-knob-range",value:"p-knob-value",label:"p-knob-text"}})}();