mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
https://mui.com/base-ui/
MIT License
241 stars 43 forks source link

[meter] Implement Meter #662

Open colmtuite opened 3 days ago

oliviertassinari commented 3 days ago

Reminds me a bit of https://github.com/mui/material-ui/issues/22472 about the Stat component and which Sebastian asked about Meter. I guess success would be if it Base UI Meter component helps build a Stat component.

colmtuite commented 3 days ago

A generic stat like this is prob not an appropriate use of <meter>. Meter is typically used to indicate how much of x is left. Like a battery indicator or disk space indicator. But in any case, we'll just implement it based on ARIA and other guidelines and people can build on it however they want.