This is a nice user description that we can use as demo content.
Profile popover
Popovers can be used to display more complex information like a user profile.
We-ve provided an example that uses an internal component to display a user
profile. You can also make the popover interactive with the interactive
prop.
<scriptsetuplang="ts">constuser={avatar:'https://media.cssninja.io/content/avatars/19.jpg',badge:'/images/icons/flags/germany.svg',username:'Greta K.',location:'Los Angeles, CA',position:'Sales Manager',bio:'This is a nice user description that we can use as demo content.',}</script><template><Tippyclass="has-help-cursor"interactive:offset="[0, 30]"><VAvatar:picture="user.avatar"/><template#content><UserPopoverContent:user="user"/></template></Tippy></template>