Skip to content

Function: Avatar()

ts
function Avatar(props: UiAvatarProps): Block;

Defined in: src/renderer/blocks/index.ts:1416

Experimental

Avatar component.

Parameters

ParameterType
propsUiAvatarProps

Returns

Block

Example

ts
Avatar({name: 'Jane Doe', src: 'https://example.com/avatars/jane.png'});

Matterway Assistant SDK Documentation