You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've played around with implementing my own widgets and came up with a working draft of a Toggler widget.
Would you be interested in adding this to Iced?
The background and foreground colors of the Toggler can be fully customized, as you can see in the picture. However, it is currently not renderer-agnostic and I haven't implemented a support for Iced-web yet.
The text was updated successfully, but these errors were encountered:
Yes! I think this could be a great addition to the built-in widgets. Feel free to open a PR!
The API should be very similar to a Checkbox, probably only differing in the styling. You should be able to use its implementation as a guide to make it renderer-agnostic.
If you want me to, I could also bring it to the finish line myself (once I clear the backlog... 😅).
I've played around with implementing my own widgets and came up with a working draft of a Toggler widget.
Would you be interested in adding this to Iced?
The background and foreground colors of the Toggler can be fully customized, as you can see in the picture. However, it is currently not renderer-agnostic and I haven't implemented a support for Iced-web yet.
The text was updated successfully, but these errors were encountered: