From 74f94e74a3aebce90b1a06afb68140a8fbde440c Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 23 May 2019 12:30:05 +0300 Subject: [PATCH] ProgressBar Docs --- src/views/progressbar/ProgressBarDoc.vue | 96 ++++++++++++------------ 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/src/views/progressbar/ProgressBarDoc.vue b/src/views/progressbar/ProgressBarDoc.vue index e5dbedf5a..968590afb 100644 --- a/src/views/progressbar/ProgressBarDoc.vue +++ b/src/views/progressbar/ProgressBarDoc.vue @@ -29,32 +29,32 @@ data() {
- - - - - - + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
NameTypeDefaultDescription
NameTypeDefaultDescription
valuenumbernullCurrent value of the progress.
showValuebooleantrueShow or hide progress bar value.
modestringdeterminateDefines the mode of the progress, valid values are "determinate" and "indeterminate".
valuenumbernullCurrent value of the progress.
modestringdeterminateDefines the mode of the progress, valid values are "determinate" and "indeterminate".
showValuebooleantrueWhether to displau the progress bar value.
@@ -64,32 +64,32 @@ data() {
- - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
NameElement
NameElement
p-progressbarContainer element.
p-progressbar-determinateContainer element of a determinate progressbar.
p-progressbar-indeterminateContainer element of an indeterminate progressbar.
p-progressbar-valueElement whose width changes according to value.
p-progressbar-labelLabel element that displays the current value.
p-progressbarContainer element.
p-progressbar-determinateContainer element of a determinate progressbar.
p-progressbar-indeterminateContainer element of an indeterminate progressbar.
p-progressbar-valueElement whose width changes according to value.
p-progressbar-labelLabel element that displays the current value.