mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
77b78a9389
* Unify name of ReactNode type in document * Lowser all string type name * Lowercase all number type name * Lowercase all boolean type name * Unify array type * Lowercase all object type name * Unify mutilple types
900 B
900 B
category | subtitle | cols | type | title |
---|---|---|---|---|
Components | 锚点 | 2 | Other | Anchor |
用于跳转到页面指定位置。
何时使用
需要展现当前页面上可供跳转的锚点链接,以及快速在锚点之间跳转。
API
Anchor Props
成员 | 说明 | 类型 | 默认值 |
---|---|---|---|
offsetTop | 距离窗口顶部达到指定偏移量后触发 | number | |
offsetBottom | 距离窗口底部达到指定偏移量后触发 | number | |
bounds | 锚点区域边界 | number | 5(px) |
Link Props
成员 | 说明 | 类型 | 默认值 |
---|---|---|---|
href | 锚点链接 | string | |
title | 文字内容 | string|ReactNode |