Tooltip
作者:gouthamnetha02♥ 0 点赞MIT
实时预览
源代码
export default function Component() {
return (
<div className="tooltip">
<button>Hover Me!</button>
<div className="tooltiptext">You Hovered Me!</div>
</div>
);
}export default function Component() {
return (
<div className="tooltip">
<button>Hover Me!</button>
<div className="tooltiptext">You Hovered Me!</div>
</div>
);
}