aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

trailingThumbnail for Material.Chip #358

Open dpinn opened 2 years ago

dpinn commented 2 years ago

The Material.Chip module currently has a leadingThumbnail, but lacks a trailingThumbnail. I'd like there to be a trailingThumbnail function so that my app can respond to clicks on the Remove icon.

dpinn commented 2 years ago

As a workaround, I'm not using the trailingIcon property and instead attach an IconButton to the end of the text inside the chip.