Skip to content
Vy logo

Tooltip / Nudge

Tooltips give you more context about some functionality on request. Nudges are used for onboarding users to new features.


Tooltip Examples

A simple tooltip

<Tooltip content="This is the tooltip">
  <Button variant="primary">
    Click me
  </Button>
</SimplePopover>