Microguide
Use the Microguide to guide users through features or functionality in small
steps, supporting onboarding of new users and the introduction of new features.
MicroguideProps
extends
, , , , , | Name | Type | Default | Description |
|---|---|---|---|
open | | Whether the Microguide is currently shown or not. Has to be controlled by the consumer. | |
placement? | | | | | 'bottom-right' | Placement of the Microguide. |
onClose | (currentStep: , finished: ) => | | Callback fired when closing the Microguide. Indicates the current step (zero-based) when closing and whether the Microguide was finished (i.e. closed in the last step). |
onStepChange? | (step: ) => | | Callback fired when the user navigates between steps. Indicates the target step (zero-based). |
Microguide.Step
Prop Table did not receive data
Microguide.Content
ContentProps
extends
, , Microguide.Title
You can use the Microguide.Title component to render a title for the
Microguide overlay.
TitleProps
extends
, , Microguide.Visual
VisualProps
extends
, ,