You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`steps`|`Array`|`undefined`|`true`| An array of steps to be used in the tour. |
10
+
|`autoStart`|`Boolean`|`false`|`false`| If `true`, the tour will start automatically when the component is mounted. |
11
+
|`startDelay`|`Number`|`0`|`false`| If set, the tour will start after x miliseconds. |
12
+
|`highlight`|`Boolean`|`false`|`false`| If `true`, the target will get highlighted. |
13
13
14
14
## Example
15
15
@@ -30,7 +30,4 @@ const steps = [...];
30
30
<br>
31
31
<br>
32
32
33
-
```js
34
-
console.log('TODO: Add highlight example image here')
35
-
```
36
-

33
+

0 commit comments