Tooltip

A simple WordPress tool tip.

<Tooltip
	text="More information"
	position="top left"
>
	<div>
		Hover for more information
	</div>
</Tooltip>

The position prop seems to be a bit off on placement.

GitHub URL
Classification

Category

Components