-
Hello, based on the themes and primitive docs this prop is never used I would assume it would be to orient that group horizontally or vertically but in the docs, the items are just put in a flex? https://www.radix-ui.com/themes/docs/components/radio-group As seen below shouldn't it just have the root as orientation='vertical'? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
all props in radix are for functionality or a11y purposes only and never for controlling the styling/layout of a component. it is up to you to style the component vertically or horizontally based on the orientation you pass. the |
Beta Was this translation helpful? Give feedback.
all props in radix are for functionality or a11y purposes only and never for controlling the styling/layout of a component. it is up to you to style the component vertically or horizontally based on the orientation you pass. the
orientation
prop simply aids screen readers.