Hint
Forms are used to accept the user's input. They can be displayed in many different ways: input- or select-fields, text area, check boxes or radio buttons.

No Icon
If you do not want an icon for HintStatus.Success, HintStatus.Warning, or HintStatus.Error, please explicitly pass null to the corresponding constructor, e.g.:
val hintStatus = HintStatus.Success(
text = "Success",
icon = null,
)
Hint(
hintStatus = hintStatus,
)Content copied to clipboard
![]()
Parameters
hintStatus
The HintStatus for the Hint.