Constructor
# new NavigateButton(props) → {React.ReactElement}
Overview
An element that consists of a paragraph and a button wrapped around in a tooltip.Goal
The goal of this element is to display a sentence where the navigate button is a part of it and is navigating to something that was mentioned in the sentence.Parameters:
Name | Type | Description |
---|---|---|
props |
Object | Any other props will be forwarded to the |
buttonText |
string | The content of the |
introText |
React.ReactNode | A text that is displayed before the |
tooltipText |
React.ReactNode | The content of the |
React.ReactElement