Vue Avatar - Material
Create avatar with different styles simply by usingMaterialAvatar
component.
Demo
Props Information
Name | Type | Default | Description |
---|---|---|---|
img* | String | Used to add image to MaterialAvatar component. It is a required prop. | |
alt | String | Used to add description to MaterialAvatar image. | |
size | 'xs''sm''md''lg''xl''xxl' | Change the MaterialAvatar size. | |
borderRadius | 'sm''md''lg''xl' | Used to change the MaterialAvatar border-radius size. | |
Circular | bool | false | Used to make the MaterialAvatar component circlular, |
shadow | 'none''sm''lg''xl' | none | Set a box-shadow for the MaterialAvatar . |