UNPKG

primevue

Version:

PrimeVue is a premium UI library for Vue featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, wh

23 lines (20 loc) 675 B
import { style } from '@primeuix/styles/timeline'; import BaseStyle from '@primevue/core/base/style'; var classes = { root: function root(_ref) { var props = _ref.props; return ['p-timeline p-component', 'p-timeline-' + props.align, 'p-timeline-' + props.layout]; }, event: 'p-timeline-event', eventOpposite: 'p-timeline-event-opposite', eventSeparator: 'p-timeline-event-separator', eventMarker: 'p-timeline-event-marker', eventConnector: 'p-timeline-event-connector', eventContent: 'p-timeline-event-content' }; var TimelineStyle = BaseStyle.extend({ name: 'timeline', style: style, classes: classes }); export { TimelineStyle as default };