A ghost icon button that reveals a help tooltip with additional context on hover or focus.
import Pattern from "@/components/ui/v-tooltip-5"; export default function Default() { return ( <div className="flex min-h-[240px] w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.