This package provides a UI component to show the actual map scale to the user.
To integrate the scale viewer in your app, insert the following snippet (and reference a map):
<ScaleViewer
map={map}
/> /* instead of passing the map, the `DefaultMapProvider` can alternatively be used */
Apache-2.0 (see LICENSE
file)