Blobbie

A unique gradient avatar based on the provided address.

Example

import { Blobbie } from "thirdweb/react";
<Blobbie address="0x...." className="w-10 h-10" />;
function Blobbie(props: BlobbieProps): Element;

Parameters

The component props.

Type

let props: BlobbieProps;

Returns

let returnType: Element;