Skip to content

Commit

Permalink
copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Nov 29, 2024
1 parent 25ec1b3 commit 5cb3385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/ui/docs/components/meter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Meter

Meters visually represent a quantity or achievement, with their progress driven by user actions instead of system actions.
Meters visually represent a quantity or achievement, displaying progress on a bar with a label.

## Example

Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/src/deephaven/ui/components/meter.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def meter(
key: str | None = None,
) -> Element:
"""
Meters visually represent a quantity or achievement, with their progress driven by user actions instead of system actions.
Meters visually represent a quantity or achievement, displaying progress on a bar with a label.
Args:
variant: The visual style of the meter.
Expand Down

0 comments on commit 5cb3385

Please sign in to comment.