Quick tooltip actions for the user. Hover on the user icon to see the tooltip.
Loading preview...
import { Component } from "@/components/ui/quick-tooltip-actions"; const DemoOne = () => { return <Component />; }; export { DemoOne };