Skip to main content

Footer

Function Footer 

Source
pub fn Footer() -> Element
Expand description

页脚与回到顶部按钮组件。

Props:无。 关键行为:

  • 监听窗口滚动,超过一屏时显示回到顶部按钮
  • 点击按钮平滑滚动到顶部,并清理 URL 中的 #
  • 滚动监听与平滑滚动仅在 target_arch = "wasm32" 下执行