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
Display the source diff
Display the rich diff
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
toc: true
7
7
bootstrap: true
@@ -10,6 +10,8 @@ other_frameworks: avatar
10
10
11
11
## Image avatars
12
12
13
+
Showcase avatars using images. These avatars are typically circular and can display user profile pictures.
@@ -115,6 +126,12 @@ Fancy larger or smaller avatar? Add .avatar-lg or .avatar-sm for additional size
115
126
116
127
## Customizing
117
128
129
+
### CSS variables
130
+
131
+
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