Skip to content

Commit

Permalink
Merge pull request #2564 from quentinguidee/fix-progressbar-doc
Browse files Browse the repository at this point in the history
Fix the ProgressBar display in the documentation
  • Loading branch information
raimund-schluessler authored Mar 28, 2022
2 parents a56f28a + f79dbf7 commit a04ebbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/ProgressBar/ProgressBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ This is a simple progress bar component.
## Usage:

### Small
```vue
<ProgressBar :value="60" />
```

### Medium
```vue
<ProgressBar :value="60" size="medium" />
```

### error
```vue
<ProgressBar :value="60" :error="true" />
```

</docs>

Expand Down

0 comments on commit a04ebbf

Please sign in to comment.