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
The last component has a bug in Radio, I can't see the HTML you have made available ... I need it! can you help me?
Link: https://demos.creative-tim.com/argon-dashboard/docs/components/buttons.html
The text was updated successfully, but these errors were encountered:
Hi @mribeiro-ferraz ,
Thank you for working with our products and for pointing us this issue.
Here is the code for the radio btn-group:
<div class="btn-group btn-group-toggle" data-toggle="buttons"> <label class="btn btn-secondary active"> <input type="radio" name="options" id="option1" autocomplete="off" checked=""> Active </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option2" autocomplete="off"> Radio </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option3" autocomplete="off"> Radio </label> </div>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-secondary active">
<input type="radio" name="options" id="option1" autocomplete="off" checked=""> Active
</label>
<label class="btn btn-secondary">
<input type="radio" name="options" id="option2" autocomplete="off"> Radio
<input type="radio" name="options" id="option3" autocomplete="off"> Radio
</div>
Please let me know if it works.
All the best, Rares
Sorry, something went wrong.
Works fine! How can you change the selected radio button in TailwindCss Argon?
Hi @mribeiro-ferraz , Thank you for working with our products and for pointing us this issue. Here is the code for the radio btn-group: <div class="btn-group btn-group-toggle" data-toggle="buttons"> <label class="btn btn-secondary active"> <input type="radio" name="options" id="option1" autocomplete="off" checked=""> Active </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option2" autocomplete="off"> Radio </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option3" autocomplete="off"> Radio </label> </div> Please let me know if it works. All the best, Rares
No branches or pull requests
The last component has a bug in Radio, I can't see the HTML you have made available ... I need it! can you help me?
Link: https://demos.creative-tim.com/argon-dashboard/docs/components/buttons.html
The text was updated successfully, but these errors were encountered: