Skip to content

Tooltip

Terminal window
npx stylesheet-ui add tooltip

RN has no hover, so the tooltip opens on long-press of the wrapped trigger.

import { Tooltip } from "@/components/ui/tooltip";
import { Button } from "@/components/ui/button";
<Tooltip label="This will permanently delete the account">
<Button variant="destructive">Delete</Button>
</Tooltip>