-
Notifications
You must be signed in to change notification settings - Fork 525
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
feat(Meter): new component #827
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
Asking for review to @benjamincanac mostly because Vercel doesn't want to deploy and I can't see how to fix (at least the CI passes) |
3f7a234
to
2ea1daa
Compare
Welp, I give up until I can see the errors and make the proper fixes. |
Found the culprit, it was a link pointing to the #697 |
@DarkGhostHunter I've updated the PR a bit, I just have a weird visual on the MeterGroup with the rounded: |
@DarkGhostHunter I've made all the changes I wanted, I'll wait for you to review before I merge! |
I'm AFK but I don't see anything weird on the changes, apart from some new code to keep it up to date. |
Its fine. |
π Linked issue
Rework of #708. It's like #697 but different semantics.
β Type of change
π Description
It creates a
<meter>
tag and supercharges it with reactive elements. It follows the same principles of #697:min
andmax
values.π Checklist
ποΈ Notes
As with the
<progress>
element, I decided to use the<meter>
element for semantic reasons, instead of just shoving<div>
and call it a day. This also means it uses targeted CSS selectors for WebKit/Blink and Gecko/Quantum, which adds some development overhead for the sake of consistency.