Tooltip
Importβ
import { Tooltip } from '@resultadosdigitais/tangram-components'
Propertiesβ
id
β
Type | string | number |
---|
Descriptionβ
Sets the id. Responsible to connect accessibly tip id in other element. The id value is used in aria-describedby
.
text
πβ
position
β
Type | Enum of: |
---|---|
Default | Tooltip.positions.top |
Descriptionβ
Sets the position. Supporting attributes Tooltip.positions.TOP
, Tooltip.positions.RIGHT
,
Tooltip.positions.BOTTOM
and Tooltip.positions.LEFT
are deprecated.