@ecp.eth/sdk / embed / CommentsEmbed
Function: CommentsEmbed()
function CommentsEmbed(props): Element;
Defined in: packages/sdk/src/embed/react.tsx:55
Renders comments embed iframe for the given uri.
This is client component only.
Parameters
props
Returns
Element
Examples
<CommentsEmbed uri="https://my-blog.tld/article/use-comments" />
// force dark theme
<CommentsEmbed uri="https://my-blog.tld/article/use-comments" theme={{ mode: 'dark' }} />