1.5.0 â€ĸ Published 4 years ago

k-progress v1.5.0

Weekly downloads
415
License
MIT
Repository
github
Last release
4 years ago

🌈 k-progress

A Vue plugin, linear progress bar.

npm.io npm.io npm.io npm.io npm.io npm.io

English | įŽ€äŊ“中文

📚 Course

k-progress

đŸ“Ļ Install

npm install -S k-progress
# or
yarn add k-progress

🔨 Begin Start

// main.js
import KProgress from 'k-progress';
Vue.component('k-progress', KProgress);

📔 Attributes

AttributeTypeDefaultOptionalexplain
percentNumber00-100Percent (Required)
line-heightNumber6Progress bar height
typeStringlineline / lumpProgress bar type
statusStringsuccess / warning / errorProgress bar status
colorString / Array / FunctionProgress bar color; When using Array, the limit is 6; When using Function, the argument is percent
color-flowBooleanfalseWhether to enable color flow
flow-secondNumber51-6The time required for the flow, that is, the smaller the time, the faster the speed
bg-colorString#ebeef5Color codeProgress bar background color
borderBooleantrueWhether arc
show-textBooleantrueWhether to show progress bar text
formatFunctionCustom text display, parameter is percent
cut-widthNumber1lump width
cut-colorString#ebeef5Color codelump color
activeBooleanfalseWhether to enable dynamic effects
active-colorStringDynamic effect color

📒 ChangeLog

ChangeLog

🖊 Thanks

Thank you for using, if you find some problems, welcome to correct!

LICENSE

MIT

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago