naive-ui/demo/documentation/components/steps/enUS/index.md
2020-01-29 21:58:49 +08:00

607 B

Steps

1, 2, 3... done!

Demos

basic
size
vertical

Props

Steps Props

Name Type Default Description
current number null
status 'process' | 'finish' | 'error' | 'wait' 'process'
size 'small' | 'medium' 'medium'
vertical boolean false

Step Props

Name Type Default Description
title string null
description string null
content string null
status 'process' | 'finish' | 'error' | 'wait' 'process'

Slots

Steps Slots

Name Parameters Description
default ()