Skip to content

Commit

Permalink
client: add syncfusion editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal authored Jul 11, 2024
2 parents 608ecbe + 316a0c8 commit 0dcd9b2
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 11 deletions.
2 changes: 2 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<link rel="icon" href="/logo.png" type="image/png" />
<title>DebateMe</title>
<meta name="description" content="Your opinion is what matters." />

<link href="https://cdn.syncfusion.com/ej2/26.1.35/bootstrap5.css" rel="stylesheet">
</head>

<body>
Expand Down
248 changes: 242 additions & 6 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"preview": "vite preview"
},
"dependencies": {
"@syncfusion/ej2-base": "^26.1.37",
"@syncfusion/ej2-react-inputs": "^26.1.41",
"@syncfusion/ej2-react-richtexteditor": "^26.1.41",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -20,7 +23,6 @@
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
Expand Down
Loading

0 comments on commit 0dcd9b2

Please sign in to comment.