Add: Added New Styling For AuthModel

New Border effect that rolls around the border of the registration.
Use of CSS extension that goes with TailwindCdd
This commit is contained in:
EvanLin3141
2025-01-28 22:31:31 +00:00
parent 01d7be2d4b
commit 252ca7d1e6
7 changed files with 263 additions and 36 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
},
"dependencies": {
"lucide-react": "^0.474.0",
"react-router-dom": "^7.1.3"
}
}