UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

12 lines (11 loc) 559 B
'use client'; import '@ui5/webcomponents-fiori/dist/TimelineItem.js'; import { withWebComponent } from '../../internal/withWebComponent.js'; /** * An entry posted on the timeline. * * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) */ const TimelineItem = withWebComponent('ui5-timeline-item', ['icon', 'name', 'subtitleText', 'titleText'], ['nameClickable'], [], ['name-click']); TimelineItem.displayName = 'TimelineItem'; export { TimelineItem };