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.
20 lines (17 loc) • 427 B
JavaScript
import { style } from '@primeuix/styles/tabs';
import BaseStyle from '@primevue/core/base/style';
var classes = {
root: function root(_ref) {
var props = _ref.props;
return ['p-tabs p-component', {
'p-tabs-scrollable': props.scrollable
}];
}
};
var TabsStyle = BaseStyle.extend({
name: 'tabs',
style: style,
classes: classes
});
export { TabsStyle as default };
//# sourceMappingURL=index.mjs.map