(app-desk) component DropButton

Button that opens a dropdown menu when clicked.
It will manage all the state related to
the dropdown menu.
Can be used controlled or uncontrolled.
This commit is contained in:
Anthony LC
2024-03-01 16:52:02 +01:00
committed by Anthony LC
parent b5ce19a28e
commit b41fd1ab69
4 changed files with 214 additions and 25 deletions

View File

@@ -21,6 +21,7 @@
"luxon": "3.4.4",
"next": "14.1.1",
"react": "18.2.0",
"react-aria-components": "1.1.1",
"react-dom": "18.2.0",
"react-i18next": "14.0.5",
"styled-components": "6.1.8",