Class

CircleHelper

CircleHelper(props) → {React.ReactElement}

Constructor

# new CircleHelper(props) → {React.ReactElement}

Overview

The component with a question mark inside. Tooltip with useful information shows up after clicking on it.
Parameters:
Name Type Attributes Default Description
props Object
AvatarProps Object <optional>

Props applied to the Avatar element.

multiRow boolean <optional>
true

If true tooltip content will be displayed in a column.

size "smaller" | "small" | "medium" | "big" <optional>
"small"

The size of the component.

title React.ReactNode

The content of the tooltip.

TooltipProps Object <optional>

Props applied to the Tooltip element.

WrapperProps Object <optional>

Props applied to the Wrapper element.

View Source Utils/Feedback/CircleHelper.js, line 85

React.ReactElement