article-react-reddit-widget icon indicating copy to clipboard operation
article-react-reddit-widget copied to clipboard

How can we pass dynamic data?

Open hkmsadek opened this issue 3 years ago • 1 comments

I would like to pass some settings data in a variable and it will be an object or complex data. How can I pass these data?

hkmsadek avatar May 10 '22 12:05 hkmsadek

@hkmsadek use data-complexobj="something encoded in json", and then decode it in the component itself :)

edvm avatar Jun 19 '22 01:06 edvm