onehilltech / ember-cli-mdc

ember-cli addon for material-components-web
Apache License 2.0
44 stars 15 forks source link

mdc-radio? #20

Closed jamesstaub closed 3 years ago

jamesstaub commented 5 years ago

Is there any plan to implement the mdc-radio component?

hilljh82 commented 5 years ago

@jamesstaub I was working on implementing mdc-radio support, but stopped since I found a better UI design instead of using a radio button for my personal projects. Is this something you need urgently for your project?

jamesstaub commented 5 years ago

We'd like to use it yes, but can make do designing our own for the time being. I'll keep an eye out in case you decide to implement it in the future. Thanks.

victorcasignia commented 4 years ago

@jamesstaub If you still need mdc-radio, I've implemented it on my fork. Will probably PR this if I get the time to remove the ember-radio-button package dependency I used.

jamesstaub commented 4 years ago

thanks! I'll take a look

hilljh82 commented 4 years ago

@jamesstaub @victorcasignia This is great! BTW, 1.0.0, will have support for both radio buttons and data tables.

dnix commented 4 years ago

Hello! Are there any updates to having standalone mdc-radio in 1.0.0? Thanks in advance!

hilljh82 commented 4 years ago

@dnix Yes, it is still planned, and will happen. Thanks for inquiring!

hilljh82 commented 3 years ago

This component has been implemented. Its in the ember-cli-mdc-radio package.