GlossaryTooltip
stableInline term definition for technical vocabulary — wraps jargon in a semantic abbr with a plain-language tooltip (H2 + H10)
import { GlossaryTooltip } from "@nodus/design-system"Demo coming soon
Props
| Prop | Type | Default | Description |
|---|---|---|---|
termreq | string | — | The technical term to define, shown as visible label |
definitionreq | string | — | Plain-language definition shown in the tooltip |
learnMoreHref | string | — | Optional URL to a deeper glossary or documentation page |
termrequiredType
stringDefault —The technical term to define, shown as visible label
definitionrequiredType
stringDefault —Plain-language definition shown in the tooltip
learnMoreHrefType
stringDefault —Optional URL to a deeper glossary or documentation page
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?