themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
773 stars 120 forks source link

Avatar - Allow placeholder override, and handle image errors #138

Closed jfkriz closed 1 year ago

jfkriz commented 1 year ago

Allow overriding the default placeholder icon, and add error handling to fallback to the placeholder icon (whether default or user-specified) if the specified img cannot be loaded.

Updated Avatar documentation shows examples of the placeholder icon override: image

Resolves #137

cogor commented 1 year ago

LGTM Thank you!