Skip to content

denbalogh/test-progress-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProgressCircle Test

Project setup and launch

npm install

// wait for it

npm run serve

ProgressCircle Component

source file is ->HERE<-

Prop Type Default Required Description
label String '' false Optional label under the progress numerical values.
size Enum ( default, compact) default false Size of the progress circle.
currentValue Number true Current value of the progress.
maxValue Number true Maximum value of the progress.

Examples

<ProgressCircle :current-value="0" :max-value="100" />

alt text

<ProgressCircle :current-value="39" :max-value="100" />

alt text

<ProgressCircle :current-value="8" :max-value="15" :label="'Label'" />

alt text

<ProgressCircle :size="'compact'" :current-value="0" :max-value="100" />

alt text

<ProgressCircle :size="'compact'" :current-value="42" :max-value="100" />

alt text

<ProgressCircle :label="'Label'" :size="'compact'" :current-value="42" :max-value="73" />

alt text

Animated transition when compact size

alt text

What is missing

  • font family (wasn't defined and couldn't find it here https://www.whatfontis.com/)
  • default size progress isn't animated when currentValue is changed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published