Timeline Item
The TimelineItem is useful for stylistically displaying chronological information.v-timeline's in their simplest form display a vertical timeline that should contain at least one TimelineItem.
info
For more details about Vuetify’s usage of TimelineItem component, click TimelineItem page.
For more prop explanations, click Vuetify TimelineItem API page.
Props
Attribute | Description | Type | Default |
---|---|---|---|
dark | Applies the dark theme. | boolean | false |
icon | Specify icon for dot container. | string | undefined |
iconColor | Applies specified color to the icon. | string | undefined |
hideDot | Hide display of timeline dot. | boolean | false |
large | Large size dot. | boolean | false |
left | Explicitly set the item to a left orientation. | boolean | false |
right | Explicitly set the item to a right orientation. | boolean | false |
small | Large size dot. | boolean | false |
visible | Visibility of TimelineItem component. | boolean | true |