Status
The status of the component
Status
The status of the component
Repository
A link to the repo where the component lives.
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| quantity | quantity | number | 7 |
| Slot | Description |
|---|---|
| slot for gux-avatar-group-item components |
graph TD;
gux-avatar-group-beta --> gux-avatar-overflow-beta
gux-avatar-group-beta --> gux-avatar-overflow-item-beta
gux-avatar-group-beta --> gux-avatar-group-add-item-beta
gux-avatar-group-add-item-beta --> gux-tooltip-beta
gux-tooltip-beta --> gux-tooltip-base-beta
style gux-avatar-group-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS
Type: Promise<void>
| Slot | Description |
|---|---|
| a number of gux-avatar-overflow-items |
graph TD;
gux-avatar-group-beta --> gux-avatar-overflow-beta
style gux-avatar-overflow-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| accent | accent | Manually sets avatar accent | "0" | "1" | "10" | "11" | "12" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "default" | "inherit" | 'auto' |
| name | name | string | undefined |
| Slot | Description |
|---|---|
| "image" | Avatar photo. |
graph TD;
gux-avatar-group-beta --> gux-avatar-overflow-item-beta
style gux-avatar-overflow-item-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| accent | accent | Manually sets avatar accent | "0" | "1" | "10" | "11" | "12" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "default" | "inherit" | 'auto' |
| name (required) | name | Name which is shown as initials. Should be formatted 'Lastname Firstname' for JA, zhCN and KO names. Names without blank space will show first 2 characters of string. | string | undefined |
Type: Promise<void>
| Slot | Description |
|---|---|
| "image" | Avatar photo. |
graph TD;
gux-avatar-group-item-beta --> gux-tooltip-beta
gux-tooltip-beta --> gux-tooltip-base-beta
style gux-avatar-group-item-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS
Type: Promise<void>
graph TD;
gux-avatar-group-add-item-beta --> gux-tooltip-beta
gux-tooltip-beta --> gux-tooltip-base-beta
gux-avatar-group-beta --> gux-avatar-group-add-item-beta
style gux-avatar-group-add-item-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS