Skip to content

Commit 5b4c60d

Browse files
committed
Add Timeline Component:
1. Supports multiple display modes 2. Supports setting titles, subtitles, labels, icons, icon colors, and all text of color 3.Support dynamic display of unfinished nodes 4. Supports reverse display of nodes 5. Support click event, expose clickedItem and clickedIndex properties
1 parent f3ab954 commit 5b4c60d

File tree

12 files changed

+1975
-2
lines changed

12 files changed

+1975
-2
lines changed
Lines changed: 1 addition & 0 deletions
Loading

client/packages/lowcoder-design/src/icons/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,5 @@ export { ReactComponent as FileFolderIcon } from "icons/icon-editor-folder.svg";
287287
export { ReactComponent as ExpandIcon } from "icons/icon-expand.svg";
288288
export { ReactComponent as CompressIcon } from "icons/icon-compress.svg";
289289
export { ReactComponent as TableCellsIcon } from "icons/icon-table-cells.svg"; // Added By Aqib Mirza
290+
export { ReactComponent as TimeLineIcon } from "icons/icon-timeline-comp.svg"
290291
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";

0 commit comments

Comments
 (0)