Pular para o conteúdo principal

Timeline

Import

import { Timeline } from '@resultadosdigitais/tangram-components'

Properties

children 📍

Concerns
📍 Required
Typenode

Description

Sets the children.

<TimelineItem />

Import

import { TimelineItem } from '@resultadosdigitais/tangram-components'

Properties

title 📍

Concerns
📍 Required
Typenode
Description

Sets the title.

children

Typenode
Description

Sets the children.

icon

Typenode
Description

Sets the bullet's icon.

bulletColor

Typestring
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.

Feedback