Class

NavigateButton

NavigateButton(props) → {React.ReactElement}

Constructor

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 StyledButton element.

buttonText string

The content of the StyledButton element.

introText React.ReactNode

A text that is displayed before the StyledButton element.

tooltipText React.ReactNode

The content of the CustomTooltip element.

View Source Body/Home/Elements/NavigateButton.js, line 46

React.ReactElement