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

22 lines (19 loc) 551 B
import { style } from '@primeuix/styles/floatlabel'; import BaseStyle from '@primevue/core/base/style'; var classes = { root: function root(_ref) { var props = _ref.props; return ['p-floatlabel', { 'p-floatlabel-over': props.variant === 'over', 'p-floatlabel-on': props.variant === 'on', 'p-floatlabel-in': props.variant === 'in' }]; } }; var FloatLabelStyle = BaseStyle.extend({ name: 'floatlabel', style: style, classes: classes }); export { FloatLabelStyle as default }; //# sourceMappingURL=index.mjs.map