Vue Timeline - Argon
The timeline components helps you to simply create a beautiful
timeline for your pages. It contains two components the
TimelineList
and the
TimelineItem
.
Demo
Timeline
$2400 Design changes
22 DEC 7:20 PM
People care about how you see the world, how you think, what motivates you, what you’re struggling with or afraid of.
DesignNew order #1832412
21 DEC 11 PM
People care about how you see the world, how you think, what motivates you, what you’re struggling with or afraid of.
order#1832412Server payments for April
21 DEC 9:34 PM
People care about how you see the world, how you think, what motivates you, what you’re struggling with or afraid of.
serverpaymentsProps Information
Name | Type | Default | Description |
---|---|---|---|
title | String |
Its a prop related to TimelineList and used
to set the title for the timeline.
|
|
description | String |
Its a prop related to TimelineList and used
to set the description for the timeline.
|
|
dark | Boolean |
Its a prop related to TimelineList and used
to switch between light and dark mode of the timeline.
|
|
color | 'success' 'primary' 'secondary' 'info' 'warning' 'error' 'dark' 'danger' 'light' |
Its a prop related to TimelineItem and used
to set the TimelineItem color.
|
|
icon* | Object |
Its a prop related to TimelineItem and used
to set the TimelineItem icon. It has the following keys
and is a requierd prop.
|
|
title* | String |
Its a prop related to TimelineItem and used
to set the TimelineItem title. It is a
required prop.
|
|
description | String |
Its a prop related to TimelineItem and used
to set the description for the timelineItem.
|
|
dateTime | String |
Its a prop related to TimelineItem and used
to set the TimelineItem date or time.
|
|
badges | Array |
Its a prop related to TimelineItem and used
to set the TimelineItem labels.
|