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
When creating a progress component that you want to be green, the following
<sui-progress class="success"></sui-progress>
doesn't work, because the progress uses a host binding to determine whether the success class should be added or not.
You should be able to manually create a green progress.
The text was updated successfully, but these errors were encountered:
fix(progress): Progress now honours manual addition of success class
c4307c2
Closes #100
b4c7249
edcarroll
No branches or pull requests
When creating a progress component that you want to be green, the following
doesn't work, because the progress uses a host binding to determine whether the success class should be added or not.
You should be able to manually create a green progress.
The text was updated successfully, but these errors were encountered: