Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / embed / CommentsByAuthorEmbed

Function: CommentsByAuthorEmbed()

function CommentsByAuthorEmbed(props): Element;

Defined in: packages/sdk/src/embed/react.tsx:117

Renders comments embed iframe for the given author.

This is client component only.

Parameters

props

CommentsByAuthorEmbedProps

Returns

Element

Examples

<CommentsByAuthorEmbed author="0x78397D9D185D3a57D01213CBe3Ec1EbAC3EEc77d" />
// force dark theme
<CommentsByAuthorEmbed author="0x78397D9D185D3a57D01213CBe3Ec1EbAC3EEc77d" config={{ theme: { mode: 'dark' }}} />