Hint

A hint is used to display non-critical informative text.


React Component
Hello, world!

Sage Component

SageHint
<%= sage_component SageHint, {
  content: 'Hello, world!',
  icon: "info-circle",
} %>
Property Description Type Default

content

Sets the text to be displayed.

String

nil

icon

Icon to be displayed before the text content.

String

See Sage Icons.

Do
Don't