Skip to main content
Footer
yggdrasil
0.9.0
In yggdrasil::
components::
footer
yggdrasil
::
components
::
footer
Function
Footer
Copy item path
Source
pub fn Footer() -> Element
Expand description
页脚与回到顶部按钮组件。
Props:无。 关键行为:
监听窗口滚动,超过一屏时显示回到顶部按钮
点击按钮平滑滚动到顶部,并清理 URL 中的
#
滚动监听与平滑滚动仅在
target_arch = "wasm32"
下执行