IDEAShowHintButtonComponent

August 26, 2023 ยท View on GitHub

Selector

idea-show-hint-button

Inputs

  • hint (string) - The string to show as title of the alert.
  • message (string) - The string to show as content of the alert. If not specified, it's equal to hint.concat('_I').
  • confirmationText (string) - The string to show as the alert's confirmation button.
  • cssClass (string) - A CSS class to apply to the alert box.
  • slot (string) - The slots where to put the button.
  • fill (string) - The fill attribute of the button.
  • color (string) - The color of the button.
  • icon (string) - The IonIcon to show for the button.