ProgressBar Docs

pull/12/head
cagataycivici 2019-05-23 12:30:05 +03:00
parent c08ef854a4
commit 74f94e74a3
1 changed files with 48 additions and 48 deletions

View File

@ -29,32 +29,32 @@ data() {
<div class="doc-tablewrapper"> <div class="doc-tablewrapper">
<table class="doc-table"> <table class="doc-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th>Type</th> <th>Type</th>
<th>Default</th> <th>Default</th>
<th>Description</th> <th>Description</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>value</td> <td>value</td>
<td>number</td> <td>number</td>
<td>null</td> <td>null</td>
<td>Current value of the progress.</td> <td>Current value of the progress.</td>
</tr> </tr>
<tr> <tr>
<td>showValue</td> <td>mode</td>
<td>boolean</td> <td>string</td>
<td>true</td> <td>determinate</td>
<td>Show or hide progress bar value.</td> <td>Defines the mode of the progress, valid values are "determinate" and "indeterminate".</td>
</tr> </tr>
<tr> <tr>
<td>mode</td> <td>showValue</td>
<td>string</td> <td>boolean</td>
<td>determinate</td> <td>true</td>
<td>Defines the mode of the progress, valid values are "determinate" and "indeterminate".</td> <td>Whether to displau the progress bar value.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
@ -64,32 +64,32 @@ data() {
<div class="doc-tablewrapper"> <div class="doc-tablewrapper">
<table class="doc-table"> <table class="doc-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th>Element</th> <th>Element</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>p-progressbar</td> <td>p-progressbar</td>
<td>Container element.</td> <td>Container element.</td>
</tr> </tr>
<tr> <tr>
<td>p-progressbar-determinate</td> <td>p-progressbar-determinate</td>
<td>Container element of a determinate progressbar.</td> <td>Container element of a determinate progressbar.</td>
</tr> </tr>
<tr> <tr>
<td>p-progressbar-indeterminate</td> <td>p-progressbar-indeterminate</td>
<td>Container element of an indeterminate progressbar.</td> <td>Container element of an indeterminate progressbar.</td>
</tr> </tr>
<tr> <tr>
<td>p-progressbar-value</td> <td>p-progressbar-value</td>
<td>Element whose width changes according to value.</td> <td>Element whose width changes according to value.</td>
</tr> </tr>
<tr> <tr>
<td>p-progressbar-label</td> <td>p-progressbar-label</td>
<td>Label element that displays the current value.</td> <td>Label element that displays the current value.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>