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
hey, could please add this possibility to add icons instead of plain strings pls?
thank you
The text was updated successfully, but these errors were encountered:
Although it's not documented, looking through the code it appears you can use slots for the labels by setting the labels prop to true.
<toggle-button :labels="true" > <template v-slot:checked> <my-checked-icon /> </template> <template v-slot:unchecked> <my-unchecked-icon /> </template> </toggle-button>
Sorry, something went wrong.
No branches or pull requests
hey, could please add this possibility to add icons instead of plain strings pls?
thank you
The text was updated successfully, but these errors were encountered: