react-lazy-load
react-lazy-load copied to clipboard
Adding custom props for html elements
I wanted to use LazyLoad as an anchor tag and realized there was no customProps object option to add any possible html attributes (href in my case). Please let me know if this is possible. Thanks
Currently this isn't possible, you can only use a string for the element type.. but this is an interesting idea will probably implement it.