Skip to content

Commit

Permalink
Corrected buffer value description
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed Oct 13, 2023
1 parent c0e39d9 commit 0f5a4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Token | Default value

Property | Attribute | Type | Default | Description
--- | --- | --- | --- | ---
`buffer` | `buffer` | `number` | `1` | Buffer amount to display, a fraction between 0 and 1.
`buffer` | `buffer` | `number` | `1` | Buffer amount to display, a fraction between 0 and `max`.
`value` | `value` | `number` | `0` | Progress to display, a fraction between 0 and `max`.
`max` | `max` | `number` | `1` | Maximum progress to display, defaults to 1.
`indeterminate` | `indeterminate` | `boolean` | `false` | Whether or not to display indeterminate progress, which gives no indication to how long an activity will take.
Expand Down

0 comments on commit 0f5a4f4

Please sign in to comment.