-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Feature] UI ComponentsImpacts or related to the UI component systemImpacts or related to the UI component system[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
What problem does this address?
At the moment, the Next
and Previous
buttons in the Guide component are hard-coded. On the other hand, the Finish
button is customizable through the finishButtonText
prop passed to the component.
If we handle the Next
and Previous
buttons in a similar way as the Finish
button, we will make the Guide component more flexible. It would be possible to replace the default buttons depending on specific use case.
What is your proposed solution?
The change should be quite straightforward: Let's introduce two new optional component props, e.g. previousButtonText
and nextButtonText
with the current defaults.
Sourav61
Metadata
Metadata
Assignees
Labels
[Feature] UI ComponentsImpacts or related to the UI component systemImpacts or related to the UI component system[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.