Spectrum-UI icon indicating copy to clipboard operation
Spectrum-UI copied to clipboard

[New Feature] Adding Toggle Buttons or Switches

Open Rhishikesh12 opened this issue 1 year ago • 5 comments

Is your feature request related to a problem? Please describe. I often encounter situations where I need to implement toggle buttons in user interfaces. These toggle buttons allow users to switch between two states or options, and they are commonly used in various applications and websites. Currently, the UI library I'm using does not provide built-in toggle buttons, which makes it more time-consuming and complex to implement them manually.

Describe the solution you'd like I would like the UI library to include a set of toggle buttons as a built-in component. These toggle buttons should be customizable and easy to use, allowing developers to quickly add toggle functionality to their interfaces. Ideally, the toggle buttons should have options for different styles, sizes, and colors, so they can be easily adapted to match the overall design of the application.

Describe alternatives you've considered As an alternative, I could create custom toggle buttons from scratch, this would require additional development time and effort.

image

Rhishikesh12 avatar Jun 01 '23 05:06 Rhishikesh12