We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677b049 commit 3aef0aeCopy full SHA for 3aef0ae
packages/snaps-sdk/src/jsx/components/Avatar.ts
@@ -21,6 +21,7 @@ const TYPE = 'Avatar';
21
*
22
* @param props - The props of the component.
23
* @param props.address - The address to display. This should be a valid CAIP-10 address.
24
+ * @param props.size - The size of the avatar. Can be `sm`, `md`, or `lg`. Defaults to `md`.
25
* @returns An avatar element.
26
* @example
27
* <Avatar address="eip155:1:0x1234567890123456789012345678901234567890" />
0 commit comments