Skip to content

Commit

Permalink
docs(ProgressIndicator): removes props min_time and variant
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Feb 21, 2023
1 parent a69047c commit 383c12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ redirect_from:

## Events

| Events | Description |
| ------------- | -------------------------------------------------------------- |
| `on_complete` | _(optional)_ will be called once the `min_time` has timed out. |
| Events | Description |
| ------------- | ---------------------------------------------------------- |
| `on_complete` | _(optional)_ will be called once it's no longer `visible`. |
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ redirect_from:
| `visible` | _(optional)_ defines the visibility of the progress. Toggling the `visible` property to false will force a fade-out animation. Defaults to `true`. |
| `type` | _(optional)_ defines the **type** of progress, like `circular` or `linear`. Defaults to `circular`. |
| `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`. |
| `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`. |
Expand Down

0 comments on commit 383c12d

Please sign in to comment.