Introducing Gradio ClientsJoin us on Thursday, 9am PST
LivestreamIntroducing Gradio ClientsJoin us on Thursday, 9am PST
LivestreamNew to Gradio? Start here: Getting Started
See the Release History
@gradio/tooltip
import { Tooltip } from "@gradio/tooltip";
export let text: string;
export let x: number;
export let y: number;
export let color: string;