Contextual Tooltip Descriptor
A production-scale, light + dark Contextual Tooltip Descriptor component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add contextual-tooltip-descriptorLive preview available in the gallery.
Usage
import { ContextualTooltipDescriptor } from "@lerpa/ui";
<ContextualTooltipDescriptor />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | - | |
| description | string | - | |
| parameters | { name: string | — | |
| value | string }[] | - | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.