AvatarStackProps API Reference
Prop reference
| Title | Type | Default | Description |
|---|---|---|---|
| max | number | โ | - |
| children* | Array<ReactElement> | โ | - |
| className | string | โ | Additional classNames for the root element |
| style | CSSProperties | โ | Additional styles for the root element |
* Props marked with an asterisk are required.
CSS target reference
| Export | CSS Class Target | Description |
|---|---|---|
| AvatarStackTargetClassRoot | .NPUI-AvatarStack-root | Root of the AvatarStack |
Exports are available from /src/components/avatar-stack/avatar-stack.tsx or from
Related APIs