Avatar
Avatar component.
Avatar, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->avatar() ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
An option generate avatar with a svg placeholder.
# Borderless NEW
An option to remove the default border.
An option to generate a UI Avatar from a model based on name property.
Generate a UI Avatar from a model based on a property different from name.
Generate a UI Avatar from a model based customizing the colors.
Interact with all other UI Avatar configuration options.
# Image NEW
An option to use an image as avatar.