react-infinite-scroll-component icon indicating copy to clipboard operation
react-infinite-scroll-component copied to clipboard

import the component using <Script> tag

Open young8613 opened this issue 3 years ago • 0 comments

The project we are working on is a very old project which is using gulp to build. I am using React following the steps on https://reactjs.org/docs/add-react-to-a-website.html. Now we have requirements to have an infinite scroll table and I want to use this react-infinite-scroll-component. What should I do if I want to import the component using <Script> tag? What is the global variable should I use for this component? For example if I use antd component it provide me below information if I need to use

young8613 avatar Jul 30 '22 07:07 young8613