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

Add graphic class to list #210

Closed berenddeboer closed 5 years ago

berenddeboer commented 5 years ago

Allows you to put a radiobutton or such at the beginning of the list.

aforemny commented 5 years ago

Hi @berenddeboer, it is not possible to wrap the radio button in graphic [] [ Radio.view … ]?

berenddeboer commented 5 years ago

That would work too yes. But I saw that mdc simply adds it to the radiobutton, so that's why I thought we should be able as well.