menu animation

This commit is contained in:
Timur Ercan
2022-12-06 20:44:21 +01:00
parent 926e9f0c17
commit d66e53880b
6 changed files with 75 additions and 32 deletions

View File

@@ -24,15 +24,8 @@ const subNavigation = [
{ name: "Profile", href: "#", icon: UserCircleIcon, current: true },
{ name: "Account", href: "#", icon: CogIcon, current: false },
{ name: "Password", href: "#", icon: KeyIcon, current: false },
{ name: "Notifications", href: "#", icon: BellIcon, current: false },
{ name: "Billing", href: "#", icon: CreditCardIcon, current: false },
{ name: "Integrations", href: "#", icon: SquaresPlusIcon, current: false },
];
const userNavigation = [
{ name: "Your Profile", href: "#" },
{ name: "Settings", href: "#" },
{ name: "Sign out", href: "#" },
];
function classNames(...classes: any) {
return classes.filter(Boolean).join(" ");