@wasd/design-system-tooltip
v0.6.0
Published
Tokenized tooltip primitive for short, non-interactive help text on hover and focus.
Readme
@wasd/design-system-tooltip
Tokenized tooltip primitive for short, non-interactive help text on hover and focus.
import { WASTooltip } from "@wasd/design-system-tooltip/vue";Use WASTooltip around a single trigger and provide concise text through content or the content slot. When the trigger is an interactive component, bind triggerProps from the trigger slot to the actual control so aria-describedby is applied to the focused element.
