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 3e2e12f commit b951927Copy full SHA for b951927
README.md
@@ -76,6 +76,8 @@ Every `CopilotStep` must have these props:
76
1. **name**: A unique name for the walkthrough step.
77
2. **order**: A positive number indicating the order of the step in the entire walkthrough.
78
3. **text**: The text shown as the description for the step.
79
+4. **imageSource(optional)**: Image to be shown on the tooltip of walkthrough step.
80
+5. **extraComponent(optional)**: Any other custom React component or React element to be shown in the tooltip of walkthrough step.
81
82
In order to start the tutorial, you can call the `start` prop function in the root component that is injected by `copilot`:
83
0 commit comments