Props & events

Attributes & behavior classes

Placement (default above, .tooltip-bottom/-left/-right), size, and intent color (default dark, .tooltip-subtle, .tooltip-primary, .tooltip-danger) are the configuration axes.

Attribute / classPurpose
role="tooltip"Required on the floating label for correct assistive-tech semantics

Events

Showing and hiding are handled entirely by CSS :hover/:focus-within — a tooltip works even on a page that never loads flickui.js at all.

This component is purely presentational — it emits no JavaScript events.