fiatjaf / nocomment

See a demo at https://fiatjaf.com/nostr.html
https://nocomment.pages.dev/embed.js
136 stars 17 forks source link

React component attributes #28

Closed nima1981 closed 9 months ago

nima1981 commented 9 months ago

In the readme the only parameter mentioned for the react component is the relays. Are the other ones, such as the event ID, the post owner etc. also available in the react component?

fiatjaf commented 9 months ago

Yes, they are all available. Here's how the non-React thing invokes React: https://github.com/fiatjaf/nocomment/blob/3397d29514a35343c130118270dfb2087becb158/embeddable/embed.jsx#L20-L25

nima1981 commented 9 months ago

Perfect, thanks!