I want to build a custom profile component that looks like the LinkedIn user profile. As you can see there is a Card element, and then the avatar photo overlays it. How can I build such a component? I'm new to Vuejs/Vuetify. I looked for some examples online but couldn't find anything that explains what I need.
I appreciate your code snippet or suggestion.
From their documentation I just took this example and modified it, however you may need to add different classes for styling since I couldn't make it responsive.