Hover tooltip on widgets

I know it’s not implemented directly (https://github.com/bokeh/bokeh/issues/8727), but is there a way to wrap it in the built-in pn.widgets.Button() without having to do the following:

import panel as pn
pn.extension()
pn.pane.HTML('<button title="Hello World!">Sample Button</button>')