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
Currently Matte still has the Bluemoon Toggle, so I restyled it to be more consistant with the rest of Matte.
Before submitting a pull request, the JS part still needs to be done. I'm just toggling the CSS class, but I guess it's needs a proper API to read/set the value. You can find it in my branch: https://github.com/simurai/matte/tree/toggle-switch
It fits the radio and checkbox in size:
You can easily customize the color like:
.myApp .matte-ToggleSwitch--on { background-color: hsl(204, 100%, 65%); border-color: hsl(204, 100%, 55%); }
You can easily customize the size with just one property:
.myApp .matte-ToggleSwitch { font-size: 16px; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently Matte still has the Bluemoon Toggle, so I restyled it to be more consistant with the rest of Matte.
Before submitting a pull request, the JS part still needs to be done. I'm just toggling the CSS class, but I guess it's needs a proper API to read/set the value. You can find it in my branch: https://github.com/simurai/matte/tree/toggle-switch
It fits the radio and checkbox in size:
You can easily customize the color like:
You can easily customize the size with just one property:
The text was updated successfully, but these errors were encountered: