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.