Timeline
Import
import { Timeline } from '@resultadosdigitais/tangram-components'
Properties
children 📍
<TimelineItem />
Import
import { TimelineItem } from '@resultadosdigitais/tangram-components'
Properties
title 📍
children
icon
bulletColor
| Type | string |
|---|---|
| Default | '--color-primary-60' |
Description
Sets the bullet's color.
Can be in hexadecimal notation (eg.: '#212429'),
a name of a CSS variable (eg.: '--danger-surface-high-emphasis') or
a call to a CSS variable (eg.: 'var(--danger-surface-high-emphasis)').
Avoid using values that are not appropriate semantic tokens as much as possible.