import {
Navbar,
NavbarBrand,
NavbarContent,
NavbarItem,
Link,
Input,
DropdownItem,
DropdownTrigger,
Dropdown,
DropdownMenu,
Avatar,
} from "@heroui/react";
export const AcmeLogo = () => {
return (
);
};
export const SearchIcon = ({size = 24, strokeWidth = 1.5, width, height, ...props}) => {
return (
);
};
export default function App() {
return (
ACME
Features
Customers
Integrations
}
type="search"
/>
Signed in as
zoey@example.com
My Settings
Team Settings
Analytics
System
Configurations
Help & Feedback
Log Out
);
}