documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Advanced Tooltip component

Open khadni opened this issue 1 year ago • 1 comments

  • Supports HTML elements such as code and a within the tooltip content
  • Users can interact with the content inside the tooltip—clicking links to navigate to other pages or copying code snippets for use elsewhere

Example use:

import { AdvancedTooltip } from "@features/common/Tooltip/AdvancedTooltip"

<AdvancedTooltip label="test" style={{ marginTop: "0" }} client:load>
   Abcde <code>true</code>; otherwise, xyz, see <a href="/ccip/best-practices">CCIP best practices</a>.
</AdvancedTooltip>

khadni avatar Sep 30 '24 20:09 khadni

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
documentation ✅ Ready (Inspect) Visit Preview Sep 30, 2024 8:17pm

vercel[bot] avatar Sep 30 '24 20:09 vercel[bot]