Move avatars in avatar-group into a slot #4291
Labels
refactor
Internal improvement
requires new major
This would be a breaking change
v24
To be done in V24
vaadin-avatar
Describe your motivation
For consistency with other components containing multiple items, especially ones represented by nested web components, which would also make
::part()
based styling possible withoutexportparts
, and without exposing the avatars'focus
,focus-ring
andexpanded
states as additional part values.Describe the solution you'd like
Introduce a slot in vaadin-avatar-group and refactor the avatars to be in it instead of in shadow dom.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: