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
| max | Устанавливает максимальное количество аватаров, которые будут отображаться перед кнопкой `More`. Если количество аватаров меньше `max` всего на 1, кнопка `More` будет заменена на аватар. |`number`| 3 |
30
30
| overlapSize | Определяет, насколько каждый элемент должен перекрывать следующий. Для аватаров размером от `xs` до `m` рекомендуется использовать `s`, для `l` — `m`, а для `xl` — `l`. |`s`, `m`, `l`|`s`|
31
31
| size | Размер контрола, отображающего дополнительные аватары. Значение соответствует размеру `Avatar`. |`AvatarSize`||
32
32
| className | Имя CSS-класса корневого DOM-узла. |`string`||
33
33
| children | Список аватаров, которые могут иметь дополнительные обертки. |`Object[]`||
34
34
| renderMore | Пользовательская функция для отрисовки контрола, отображающего дополнительные аватары. |`function(options: {count: number}): ReactElement`||
35
+
| moreVariant | Вариант контрола, отображающего дополнительные аватары |`counter`,`dots`|`counter`||
| max | Determines how many avatars are visible before the `More` button. If avatar count is only 1 short from `max`, the `More` button will be replaced with an avatar. |`number`| 3 |
30
-
| overlapSize | Determines how much each item should overlap the next one. You may want to use `s` for `xs` to `m`-sized `Avatar`s , `m` for `l`-sized, and `l`, for `xl`-sized. |`s`, `m`, `l`|`s`|
31
-
| size | Size for the control displaying extra avatars. Its value is the same as the `Avatar` size. |`AvatarSize`||
32
-
| className | Class name of the root DOM node |`string`||
33
-
| children | List of avatars that may also have extra wrappers |`Object[]`||
34
-
| renderMore | Custom render for the control displaying extra avatars |`function(options: {count: number}): ReactElement`||
| max | Determines how many avatars are visible before the `More` button. If avatar count is only 1 short from `max`, the `More` button will be replaced with an avatar. |`number`| 3 |
30
+
| overlapSize | Determines how much each item should overlap the next one. You may want to use `s` for `xs` to `m`-sized `Avatar`s , `m` for `l`-sized, and `l`, for `xl`-sized. |`s`, `m`, `l`|`s`|
31
+
| size | Size for the control displaying extra avatars. Its value is the same as the `Avatar` size. |`AvatarSize`||
32
+
| className | Class name of the root DOM node |`string`||
33
+
| children | List of avatars that may also have extra wrappers |`Object[]`||
34
+
| renderMore | Custom render for the control displaying extra avatars |`function(options: {count: number}): ReactElement`||
35
+
| moreVariant | Variant of default control displaying extra 'counter' |`counter`,`dots`|`counter`||
0 commit comments