首页 > 解决方案 > Is there a way to paginate html pages that look like slides in React?

问题描述

I have this API that converts pptx files to html, and returns the files in html form which I then display on my site. Is there a way to paginate the html using React or plain JavaScript such that I can load each slide individually? Or a way of loading each slide of the html based on something like a separator?

标签: javascripthtmlreactjs

解决方案


推荐阅读