themes
themes copied to clipboard
[Feature Request] Missing Toggle components
It would be great to get themed versions of ToggleButton and ToggleGroup. Maybe instead of a specific ToggleButton component, just add a toggled prop to the existing Button.
We'll look into this eventually, but this is already easy to implement using Radix Themes and the @radix-ui/react-toggle-group primitive. Here is the toggle buttons implementation from the homepage demo:
https://github.com/radix-ui/website/blob/main/components/ExampleThemesEcommerce.tsx#L1529-L1560