ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.13k stars 13.5k forks source link

feat: ToggleButtonsMultiple as offered by Material-UI #23197

Open MagnusBrzenk opened 3 years ago

MagnusBrzenk commented 3 years ago

Feature Request

Ionic version: [x] 5.x

Describe the Feature Request

I would like to have a row of buttons that can be toggled into on/off state, as found here

Describe Preferred Solution

Make available something like the following

<IonToggleButtonRow>
    <IonToggleButton ... />
</IonToggleButtonRow>

Describe Alternatives

Including the Material-UI library just to get this one component

Related Code See example in link

hussainarthuna commented 3 years ago

You can achieve this using the Ion Segment component with Icons