Hint
A hint is used to display non-critical informative text.
Sage Component
SageHint
<%= sage_component SageHint, {
content: 'Hello, world!',
icon: "info-circle",
} %>
Property | Description | Type | Default |
---|---|---|---|
|
Sets the text to be displayed. |
String |
|
|
Icon to be displayed before the text content. |
String |
See Icons. |
Do
Don't