ember-radio-button
ember-radio-button copied to clipboard
feat: allows extending the addon and overriding the radio-button component being used
trafficstars
In a project where this add-on is being extended, it is sometimes necessary to override the components which will be rendered, for example if the addon user has extended ember-radio-button locally in their project.
This PR allows for overriding the components used.
Is this still true?