-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
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
[Progress] Allow multiple bars #582
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice PR.
I still have to test this more deeply, so only some cosmetic requests for now
580f86a
to
ebd2daa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good PR. Please take a look into my (sorry, lots of) comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, awesome PR, thanks for your patience! 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice job @exoego !
its amazing |
Description
Allow
progress
modue to have multiple bars.data-percent
anddata-value
are extended to have multiple values likedata-pecent="30,0,70"
{bar}
placeholder are added to indicate name of bars so that end-users can ditinguish bars.Screenshot (when possible)
Closes
Semantic-Org/Semantic-UI#6160