Skip to content

Commit

Permalink
feat: lottie animation component
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqib Mirza committed Jul 7, 2023
1 parent 94f4478 commit 11619ae
Show file tree
Hide file tree
Showing 11 changed files with 647 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"eslint-plugin-only-ascii@^0.0.0": "patch:eslint-plugin-only-ascii@npm%3A0.0.0#./.yarn/patches/eslint-plugin-only-ascii-npm-0.0.0-29e3417685.patch"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"antd-mobile": "^5.28.0",
"chalk": "4",
"number-precision": "^1.6.0",
Expand Down
132 changes: 132 additions & 0 deletions client/packages/lowcoder/src/assets/icons/icon-lottie.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions client/packages/lowcoder/src/assets/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ export { ReactComponent as DocIcon } from "./view-doc.svg";
export { ReactComponent as TutorialIcon } from "./tutorial.svg";
export { ReactComponent as ShortcutIcon } from "./icon-help-shortcut.svg";

export { ReactComponent as LottieIcon } from "./icon-lottie.svg"; //Added By Aqib Mirza

export { GoogleLoginIcon, GithubLoginIcon, GeneralLoginIcon, EmailLoginIcon };
Loading

0 comments on commit 11619ae

Please sign in to comment.