We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac788b7 commit 0652eceCopy full SHA for 0652ece
packages/core/src/Steps/README.md
@@ -3,11 +3,11 @@ Steps 步骤条
3
4
引导用户按照流程完成任务的分步导航条,可根据实际应用场景设定步骤,步骤不得少于 2 步。
5
6
-<!--rehype:style=zoom: 33%;float: right; margin-left: 15px;-->
7
8
### 基础示例
9
10
-```jsx
+```jsx mdx:preview
+import React from 'react';
11
import { Steps } from '@uiw/react-native';
12
13
function Demo() {
@@ -22,6 +22,7 @@ function Demo() {
22
/>
23
);
24
}
25
+export default Demo;
26
```
27
28
### props
0 commit comments