@ecp.eth/sdk / embed / CommentsByRepliesEmbed
Function: CommentsByRepliesEmbed()
function CommentsByRepliesEmbed(props): Element;
Defined in: packages/sdk/src/embed/react.tsx:180
Renders comments embed iframe for replies to a specific comment.
This is client component only.
Parameters
props
Returns
Element
Examples
<CommentsByRepliesEmbed commentId="0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef" />
// force dark theme
<CommentsByRepliesEmbed commentId="0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef" config={{ theme: { mode: 'dark' }}} />