ToolTip

A component to show the user additional information.

$ import { ToolTip } from 'geist-ui-svelte';

Basic

NOTE: The Tooltip component uses

tippy.js

under the hood meaning it inherits many of its properties including placement.

Placement

Dynamically Set Content

This is really the only reason you'd need to use this component anyways outside of the styling. Sometimes you need to set the content of a tooltip dynamically.