feat: create tab and selector components

This commit is contained in:
Sonny
2024-06-02 01:22:53 +02:00
committed by Sonny
parent e9ccefd938
commit 8e1e3bea17
14 changed files with 335 additions and 43 deletions

View File

@@ -60,6 +60,7 @@
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"@types/react-select": "^5.0.1",
"vite": "^5.2.11"
},
"dependencies": {
@@ -94,6 +95,7 @@
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-select": "^5.8.0",
"react-swipeable": "^7.0.1",
"react-toggle": "^4.1.3",
"reflect-metadata": "^0.2.2"
@@ -120,4 +122,4 @@
"lint-staged": {
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
}
}
}