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
18 lines (15 loc) • 464 B
JavaScript
import BaseStyle from '@digivue/core/base/style';
var theme = function theme(_ref) {
_ref.dt;
return "";
};
var classes = {
root: 'p-loading-mask p-overlay-mask p-overlay-mask-enter p-loading-mask-document flex flex-col items-center justify-center w-screen h-screen top-0 left-0 fixed'
};
var LoadingStyle = BaseStyle.extend({
name: 'loading',
theme: theme,
classes: classes
});
export { LoadingStyle as default };
//# sourceMappingURL=index.mjs.map