themes icon indicating copy to clipboard operation
themes copied to clipboard

[Feature Request] Missing Toggle components

Open henryStelle opened this issue 1 year ago • 1 comments

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.

henryStelle avatar Apr 01 '24 16:04 henryStelle

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

vladmoroz avatar Apr 01 '24 16:04 vladmoroz