-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Guide 引导 | ||
description: 逐步骤进行指引或解释说明的组件,常用于用户不熟悉的或需进行特别强调的页面。 | ||
spline: base | ||
isComponent: true | ||
toc: false | ||
--- | ||
|
||
### 基础引导 | ||
{{ base }} | ||
|
||
### 不带遮罩的引导 | ||
{{ no-mask }} | ||
|
||
### 弹窗形式的引导 | ||
{{ dialog }} | ||
|
||
### 气泡与弹窗混合的引导 | ||
{{ popover-dialog }} | ||
|
||
### 自定义气泡 | ||
{{ custom-popover }} |