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) 648 B
import n from"primevue/base/style";var e=n.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"}});export{e as default};