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.