ux-tooltip Documentation
This component calls a 'tooltip' decorator so that it can be shown in documentation page.
In practice, you should call the decorator directly.
Read Foundation's tooltip docs for more details.
Example of use
As Decorator
Example with a tooltip
As Component
Example with a tooltip
{
"tagElement": "",
"className": "tooltip",
"selectorName": "tooltip_demo",
"content": "This is a tooltip content.",
"delay": "0",
"show_on": "small medium large xlarge xxlarge",
"text": "I'm a tooltip!"
}