You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/components/avatar.md
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: docs
3
3
title: Avatar
4
-
description: Avatar component can be used to display circular user profile pictures. Avatar can be used to portray people or objects. It supports images, icons, or letters.
4
+
description: The Avatar component is used to display circular user profile pictures. Avatars can portray people or objects and support images, icons, or letters.
5
5
group: components
6
6
aliases:
7
7
- "/4.0/components/avatar/"
@@ -13,6 +13,8 @@ other_frameworks: avatar
13
13
14
14
## Image avatars
15
15
16
+
Showcase avatars using images. These avatars are typically circular and can display user profile pictures.
@@ -118,6 +129,12 @@ Fancy larger or smaller avatar? Add .avatar-lg or .avatar-sm for additional size
118
129
119
130
## Customizing
120
131
132
+
### CSS variables
133
+
134
+
Avatars use local CSS variables on `.avatar` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
0 commit comments