Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的反应应用程序中使用 jquery.scrollbar 插件。我想要每个可滚动组件的 jquery.scrollbar。我已经通过 npm 安装了它。我没有办法在我的反应组件中初始化它。我该怎么做?
永远记得在你的组件中导入它并在你的 JSX 中调用函数。我相信 react js 有一些更合适的不错的滚动条
http://malte-wessel.github.io/react-custom-scrollbars/