Skip to content

Commit

Permalink
docs(ProgressIndicator): Update size properties
Browse files Browse the repository at this point in the history
  • Loading branch information
thaytharma committed May 16, 2023
1 parent 0d66dc0 commit 4df05eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirect_from:
| `no_animation` | _(optional)_ disables the fade-in and fade-out animation. Defaults to false. |
| ~~`min_time`~~ | _(optional)_ defines the minimum time the progress should be displayed. Defaults to `null`. |
| ~~`variant`~~ | _(optional)_ defines the color variant, like `primary` or `secondary`. Defaults to `primary`. |
| `size` | _(optional)_ defines the size, like `large` or `medium`. Defaults to `medium`. |
| `size` | _(optional)_ defines the size, like `small`, `medium`, `large` or `huge`. Defaults to `medium`. |
| `label` | _(optional)_ show a custom label to the right or under the indicator. |
| `label_direction` | _(optional)_ set it to `vertical` if you want the label to be placed under the indicator. Defaults to `horizontal`. |
| `show_label` | _(optional)_ if set to `true` a default label will be shown. |
Expand Down

0 comments on commit 4df05eb

Please sign in to comment.