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

27 lines (24 loc) 680 B
import { style } from '@primeuix/styles/panel'; import BaseStyle from '@primevue/core/base/style'; var classes = { root: function root(_ref) { var props = _ref.props; return ['p-panel p-component', { 'p-panel-toggleable': props.toggleable }]; }, header: 'p-panel-header', title: 'p-panel-title', headerActions: 'p-panel-header-actions', pcToggleButton: 'p-panel-toggle-button', contentContainer: 'p-panel-content-container', content: 'p-panel-content', footer: 'p-panel-footer' }; var PanelStyle = BaseStyle.extend({ name: 'panel', style: style, classes: classes }); export { PanelStyle as default }; //# sourceMappingURL=index.mjs.map