\n\n### General description\n\nThis component displays a user together with a small avatar in a grey bubble.\nIt's possible to use an actual user's avatar, just an image/icon as a url or an icon-class,\nto link the bubble to e.g. a users profile\nand to show a popover on hover with e.g. the full user name handle / email address or something else.\n\nThis component has the following slot:\n* a default slot which is for the content of the popover (this is passed to the popover component directly).\n\n### Examples\n\n```vue\n\n\tSome text before @admin@foreign-host.com and after the bubble.\n\tHey there!\n
\n```\n\n### Example with name slot\n\n```vue\n\n\n\t\n\t\t\n\t\n\n\n\n\n```\n\n\n