Components / tooltip

tooltip

Hover/focus tooltip with 4 positions. Pure CSS via ::after.

status: stable js: none support: baseline

Preview

Markup

<button class="btn tooltip" data-tooltip="T">…</button>

Install

Import the component CSS (depends on base/tokens.css):

@import "@russfranky/shadcss/src/components/tooltip.css";

…or copy it into your repo with the CLI:

npx @russfranky/shadcss-cli add tooltip

Accessibility

Classes

.tooltip

Dependencies

base/tokens