UNPKG

digivue

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

29 lines (26 loc) 760 B
import BaseStyle from '@digivue/core/base/style'; var classes = { root: function root(_ref) { _ref.instance; var props = _ref.props; return ['p-inputlabel', { 'p-inputlabel-xs': props.size === 'xsmall', 'p-inputlabel-sm': props.size === 'small', 'p-inputlabel-lg': props.size === 'large' }]; }, note: function note(_ref2) { var props = _ref2.props; return [{ 'p-inputlabel-note-xs': props.noteSize === 'xsmall', 'p-inputlabel-note-sm': props.noteSize === 'small', 'p-inputlabel-note-lg': props.noteSize === 'large' }]; } }; var InputLabelStyle = BaseStyle.extend({ name: 'inputlabel', classes: classes }); export { InputLabelStyle as default }; //# sourceMappingURL=index.mjs.map