Jumpstart docs logo Back to the app

tooltips

Tooltips

Tooltips are powered by Tippy.js. We've wrapped them in a Stimulus controller so you can easily add them anywhere in your application.

Add a data-controller="tooltip" data-tippy-content="My tooltip" to the element you want to add the tooltip to. You can set options using data attributes without writing any JS.

See also Clipboard which uses Tippy.js.