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

18 lines (15 loc) 364 B
import BaseStyle from 'primevue/base/style'; var classes = { root: 'p-card p-component', header: 'p-card-header', body: 'p-card-body', title: 'p-card-title', subtitle: 'p-card-subtitle', content: 'p-card-content', footer: 'p-card-footer' }; var CardStyle = BaseStyle.extend({ name: 'card', classes: classes }); export { CardStyle as default };