Skip to content

Commit

Permalink
Merge pull request #12021 from vinnyab28/12020-progressbar-missing-do…
Browse files Browse the repository at this point in the history
…cumentation

Added STYLE and STYLECLASS in properties
  • Loading branch information
cetincakiroglu committed Nov 22, 2022
2 parents 18388a6 + cd5d133 commit 96a31c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/showcase/components/progressbar/progressbardemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ <h5>Properties</h5>
<td>true</td>
<td>Show or hide progress bar value.</td>
</tr>
<tr>
<td>style</td>
<td>object</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr>
<tr>
<td>styleClass</td>
<td>string</td>
<td>null</td>
<td>Style class of the component.</td>
</tr>
<tr>
<td>unit</td>
<td>string</td>
Expand Down

0 comments on commit 96a31c1

Please sign in to comment.