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

20 lines (17 loc) 388 B
import BaseStyle from 'primevue/base/style'; var classes = { root: function root(_ref) { var props = _ref.props; return ['p-knob p-component', { 'p-disabled': props.disabled }]; }, range: 'p-knob-range', value: 'p-knob-value', label: 'p-knob-text' }; var KnobStyle = BaseStyle.extend({ name: 'knob', classes: classes }); export { KnobStyle as default };