An Avatar repesents a user. Avatars can display an image representing the user, or their initials.
🙌 Heads up! This code is editable. The preview above will update to reflect your changes.
Usage
import { Avatar } from 'materialish';
import 'materialish/materialish.css';
Props
Prop Name | Default Value | Description |
---|
className | | Additional class name(s) to add to the Avatar |
image | | The URL for the user's picture |
initials | | The user's initials |
nodeRef | | Pass a ref to get access to the root node |
...rest | | Other props are placed on the root element of the Avatar |
CSS Variables
Variable | Default Value | Description |
---|
--mt-baseFontSize | 1rem | The text size and dimensions of the avatar are based off of this value |
--mt-fontFamily | 'Roboto' | The font family to use for text |
--mt-avatar-backgroundColor | #ccc | The background color of the avatar |
--mt-avatar-color | #333 | The text color of the avatar |