-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make buttons appear on the right? #18
Comments
Was anyone able to figure this out or is it not supported? |
@cowai
|
@cowai @mchen37 <RadioGroup
style={{
flexDirection: 'row-reverse',
justifyContent: 'flex-end'
}}
>
{this.props.children}
</RadioGroup>; |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
How can I make the radio buttons appear on the right instead of the left?
The text was updated successfully, but these errors were encountered: