Tooltip Improvements
This release makes using Tooltips easier. Previously, a one-off wrapper needed to be written to manage the isOpen
state of the Tooltip. Now, the documentation corresponds to the implementation.
import { Tooltip } from 'react-gears';
...
<Tooltip placement="right" target="something">
Hello world!
</Tooltip>