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) • 415 B
JavaScript
import { style } from '@primeuix/styles/chip';
import BaseStyle from '@primevue/core/base/style';
var classes = {
root: 'p-chip p-component',
image: 'p-chip-image',
icon: 'p-chip-icon',
label: 'p-chip-label',
removeIcon: 'p-chip-remove-icon'
};
var ChipStyle = BaseStyle.extend({
name: 'chip',
style: style,
classes: classes
});
export { ChipStyle as default };
//# sourceMappingURL=index.mjs.map