Skip to content

Commit 5325585

Browse files
authored
Merge pull request #268 from aaron1604/feature/lottie-animation
feat: lottie animation component
2 parents 680a9b2 + f29ac54 commit 5325585

File tree

11 files changed

+647
-1
lines changed

11 files changed

+647
-1
lines changed

client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"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"
7474
},
7575
"dependencies": {
76+
"@lottiefiles/react-lottie-player": "^3.5.3",
7677
"antd-mobile": "^5.28.0",
7778
"chalk": "4",
7879
"number-precision": "^1.6.0",
Lines changed: 132 additions & 0 deletions
Loading

client/packages/lowcoder/src/assets/icons/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ export { ReactComponent as DocIcon } from "./view-doc.svg";
1010
export { ReactComponent as TutorialIcon } from "./tutorial.svg";
1111
export { ReactComponent as ShortcutIcon } from "./icon-help-shortcut.svg";
1212

13+
export { ReactComponent as LottieIcon } from "./icon-lottie.svg"; //Added By Aqib Mirza
14+
1315
export { GoogleLoginIcon, GithubLoginIcon, GeneralLoginIcon, EmailLoginIcon };

0 commit comments

Comments
 (0)