Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 859 Bytes

Tooltip.mdx

File metadata and controls

30 lines (26 loc) · 859 Bytes
title description component radix
Tooltip
A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.
Tooltip

import React from "react"; import { Tooltip, Showcase, Button } from "@chimera-ui/components"; import { InfoCircledIcon } from "@radix-ui/react-icons";

Usage

Add Add to library

</Showcase.Preview>