Updated 24 August 2024
Page structureView Figma
Simple(0 variants)
Figma notes
Tooltips are floating labels that briefly explain the function of a user interface element. They can be triggered when users hover, focus, tap, or click.
{Object.keys(attributes).map((key) => {
return attributes[key] ? (
{`${key}: ${attributes[key]}`}
) : null;
})}
View in Figma
}
>
{renderImage(boundingBox, imgProps)}
sΟ