ui: add components

This commit is contained in:
Yangshun Tay
2022-10-04 09:30:15 +08:00
parent db672a2beb
commit e93cc73d51
22 changed files with 1146 additions and 8 deletions

View File

@@ -22,6 +22,8 @@
"lint": "eslint src/**/*.ts* --fix"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.11",
"clsx": "^1.2.1",
"next": "^12.3.1"
},