Timeline - Material
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
notifications
$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.
code
New 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.
shopping_cart
Server 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.
Props 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. | |
darkMode | 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. | |
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. |