Arbitrage Table Component - Copy this Angular, Css Component to your project
Create a user profile section at the top of a website. The profile should display the user's email and provide a dropdown menu with the following links: Payment Help Sign Out The dropdown should appear when the user either clicks or hovers over the profile area. The profile area can contain the user's name or an icon to represent the profile. Requirements: The profile should be located at the top of the page. When clicking or hovering over the profile, a dropdown should appear with the following items: Display the email of the logged-in user. Links for Payment, Help, and Sign Out. Use a hover or click trigger to show and hide the dropdown menu. The profile section should have a clean design, with clear separation between the dropdown items. Style the dropdown to appear below the profile when triggered, with a subtle shadow for emphasis. The dropdown should close when the user clicks anywhere else on the page or when the hover action is no longer active. The profile section can either display the user's name or an icon to represent the user.