add new feature - avatar group #2045
Unanswered
ikesela
asked this question in
Elements (button, image, label, loader, ...)
Replies: 1 comment
-
🤫 This is in progress....Wait for 2.9.0 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CSS example:
`.avatar-group .avatar {
position: relative;
z-index: 2;
border: 2px solid #fff; }
.avatar-group .avatar:hover {
z-index: 3; }
.avatar-group .avatar + .avatar {
margin-left: -1rem; }`
Code Example:
`
Beta Was this translation helpful? Give feedback.
All reactions