import {Tooltip, Button} from "@heroui/react"; export default function App() { return (
Custom Content
This is a custom tooltip content
} >
); }