naive-ui/demo/documentation/components/progress/enUS/index.md
2020-02-01 00:57:46 +08:00

920 B

Progress

I have no words to say but there still should be a placeholder to make layout looks spread.

Demos

circle
line
multiple-circle
custom-indicator
color
no-indicator

Props

Name Type Default Description
processing boolean false
type 'line' | 'circle' | 'multiple-circle' line
status 'default' | 'success' | 'error' | 'warning' | 'info' 'default'
rail-color string | Array<string> null
color string | Array<string> null
stroke-width number 7
percentage number | Array<number> 0
unit string %
show-indicator boolean true
indicator-placement 'inside' | 'inside-label' | 'outside' 'outside'
indicator-text-color string null
circle-gap number 1 The gap bewteen circles when type is 'multiple-circle'

Slots

Name Parameters Description
default () Conent will replace indicatior