naive-ui/demo/documentation/components/timeline/enUS/index.md
2020-01-31 22:36:22 +08:00

698 B

Timeline

The world is 2 demensioned. One of them is time. The Other is event.

Demos

basic
size
item-placement

Props

Timeline Props

Name Type Default Description
item-placement 'left' | 'right' 'left'
size 'medium' | 'large' 'medium'

Timeline Item Props

Name Type Default Description
title string null
content string null
time string null
type 'default' | 'success' | 'info' | 'warning' | 'error' 'default'

Slots

Timeline Slots

Name Parameters Description
default ()

Timeline Item Slots

Name Parameters Description
default ()
header ()
footer ()