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
Hello,
I'm desperately trying to put a switch's label before itself.
I tried :
<label>
<input>
display: flex; flex-direction: row-reverse
Until I realized the switch uses :before and :after.
:before
:after
So, it would be nice to have a modifier class for the switch component in order to position its label before itself.
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm desperately trying to put a switch's label before itself.
I tried :
<label>
element before the<input>
elementdisplay: flex; flex-direction: row-reverse
on either parent or childrenUntil I realized the switch uses
:before
and:after
.So, it would be nice to have a modifier class for the switch component in order to position its label before itself.
Thanks !
The text was updated successfully, but these errors were encountered: