Skip to content

Commit

Permalink
Add Timeline Component:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mousheng committed Jul 23, 2023
1 parent f3ab954 commit 5b4c60d
Show file tree
Hide file tree
Showing 12 changed files with 1,975 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions client/packages/lowcoder-design/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,5 @@ export { ReactComponent as FileFolderIcon } from "icons/icon-editor-folder.svg";
export { ReactComponent as ExpandIcon } from "icons/icon-expand.svg";
export { ReactComponent as CompressIcon } from "icons/icon-compress.svg";
export { ReactComponent as TableCellsIcon } from "icons/icon-table-cells.svg"; // Added By Aqib Mirza
export { ReactComponent as TimeLineIcon } from "icons/icon-timeline-comp.svg"
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
Loading

0 comments on commit 5b4c60d

Please sign in to comment.