Skip to main content

Tooltips

CozyCSS has a cool build-in tooltip system.

Usage

For now, you can't edit how the dropdowns look (except with your own CSS)

Here is how to add one:

<button class="btn" data-tooltip="Tooltip!" data-tooltip-delay="200">Hover me!</button>
note

You need to include the cozycss.min.js file for this feature. See installation