We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using radio component isn't doing its expected behavior. It's showing me symbols or icons that with different states.
Using the code also shows some run time errors:
Copy and paste an example of importing Radio component based on docs: https://magnus-ui.com/docs/radio/
<Div> <Radio value={1} /> <Radio value={2} defaultChecked /> <Radio value={3} activeColor="green500" /> <Radio value={4} disabled /> <Radio value={5} loading /> </Div>
The text was updated successfully, but these errors were encountered:
jsartisan
No branches or pull requests
Description
Using radio component isn't doing its expected behavior. It's showing me symbols or icons that with different states.
Using the code also shows some run time errors:
Steps to reproduce the behaviour:
Copy and paste an example of importing Radio component based on docs: https://magnus-ui.com/docs/radio/
Important Details
The text was updated successfully, but these errors were encountered: