Skip to content

RemoveIcon

Small button component showing a “×” remove icon.

Props

  • ariaLabel (string) — aria-label for the button. default: localized label remove
  • title (string) — tooltip title with supplementary information. default: same as ariaLabel

Events

  • click Emitted when the button is clicked. Parameter is the native click event.

CSS

  • Class .jskos-vue-removeIcon

Localized labels

  • remove has localization in English ("Remove") and German ("Entfernen")

Examples