Components
Loading preview...
Quick tooltip actions for the user. Hover on the user icon to see the tooltip.
@suraj-xd
npx shadcn@latest add https://21st.dev/r/suraj-xd/quick-tooltip-actionsimport { Component } from "@/components/ui/quick-tooltip-actions";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };