Appearance
Hint
An info icon that shows a tooltip on hover. Used alongside form labels to provide additional context.
Examples
Population size
vue
<span style="display: flex; align-items: center; gap: 8px;">
Population size
<Hint text="The total number of individuals in the simulation." />
</span>Props
| Prop | Type | Required | Default |
|---|---|---|---|
text | string | Yes | — |