baked-recipe-admin
Version:
Baked is an opinionated framework for .NET in backend and Nuxt in frontend. This is a recipe package that brings together all the components one needs for an Admin UI.
19 lines (16 loc) • 435 B
JavaScript
import BaseStyle from '@primevue/core/base/style';
var classes = {
root: function root(_ref) {
var instance = _ref.instance;
return ['p-steppanel', {
'p-steppanel-active': instance.isVertical && instance.active
}];
},
content: 'p-steppanel-content'
};
var StepPanelStyle = BaseStyle.extend({
name: 'steppanel',
classes: classes
});
export { StepPanelStyle as default };
//# sourceMappingURL=index.mjs.map