Allow Button props to override ButtonGroup props or implement selectedIndex and onSelect/onPress into ButtonGroup and the button of the selected index will automatically become filled.
Motivation
This would enable a toggle-able ButtonGroup component.
🚀 Feature Proposal
Allow Button props to override ButtonGroup props or implement selectedIndex and onSelect/onPress into ButtonGroup and the button of the selected index will automatically become filled.
Motivation
This would enable a toggle-able ButtonGroup component.
https://material-ui.com/components/toggle-button/
Example