HaithemMosbahi / ngx-avatar

Universal avatar component for angular 2+ applications makes it possible to fetch / generate avatar from different sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltip?

chadbr opened this issue · comments

Would it be feasible to add a tooltip that shows the name / email / whatever info is convenient?

Thanks, Chad

You can easily use other tools with this component, like Angular Material Tooltip; e.g.:

<ngx-avatar [matTooltip]="username"></ngx-avatar>

Feel free to ask any more questions you may have and share your result if you like. 🙂