Hint
An inline, dotted-underline span for a short aside — hover (or focus, via keyboard) to reveal a one-line tooltip, without breaking up the surrounding sentence the way a Callout would:
The timeout field is measured in milliseconds1000ms = 1 second, not seconds.
The `timeout` field is measured in <Hint tip="1000ms = 1 second">milliseconds</Hint>, not seconds.Unlike every other built-in in this section, Hint is inline, not block-level — it’s meant to sit mid-sentence, not on its own line.
Hint props
tipstringrequired
The tooltip’s text — plain text only, since it renders as one centered line above the trigger.