Is this RadioGroup pattern possible? #1555
-
Hi, really loving Radix/Stitches, a big thank you. Normally, I'd put content like this into In this case, I'm attempting to put the actual Is this module not appropriate for what I'm attempting? Thanks Note: I know I could apply a background image to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
an |
Beta Was this translation helpful? Give feedback.
an
img
is a totally valid child of abutton
and if you give it analt
attribute, its value will be used to label the button. the radio in the top right corner can be achieved by styling an additionalaria-hidden
element inside the button: https://codesandbox.io/s/withered-wildflower-p4w8j5?file=/src/App.js