The profile flyout is a component to use with the top navigation. When clicking the avatar, this flyout opens, containing the customer's name, email, and links to their account info.
Read more about when and how to use the Profile Flyout component on the website.
yarn add @hig/profile-flyout
import ProfileFlyout from '@hig/profile-flyout';
import '@hig/profile-flyout/build/index.css';
<ProfileFlyout
image="https://placekitten.com/g/50/50"
name="David Gonzalez"
email="gonzalezd@autodesk.com"
/>