Skip to content

Commit

Permalink
feat: The archor component customizes the highlighted anchor point (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ontheroad1992 authored Aug 21, 2023
1 parent 416d007 commit 54d0776
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/web/api/anchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ isComponent: true
usage: { title: '', description: '' }
spline: navigation
---

### 基础锚点

锚点间不存在层级关系。适用于锚点间为同级关系时,属于页面结构简单的场景。

{{ base }}

### 多级锚点

锚点内含有层级关系。适用锚点内含有父子级关系时,属于页面结构复杂的场景。

{{ multiple }}

### 自定义游标锚点

支持根据自己的需求,设置游标的样式
{{ cursor }}

Expand All @@ -39,3 +41,7 @@ spline: navigation
{{ small }}

{{ large }}

### 自定义锚点高亮

{{ customize-highlight }}

0 comments on commit 54d0776

Please sign in to comment.