📜  在反应中滚动到顶部 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:02:57.783000             🧑  作者: Mango

代码示例5
import React from "react";import ScrollUpButton from "react-scroll-up-button"; //Add this line Here export default class Index extends React.Component {    render() {        return (            
                                //This is all you need to get the default view working            
        );    }}