Tooltip
Live demo
An example tooltip next to a label
Configure props
Adjust configuration on live demoCode
import { Tooltip } from '@shieldpay/bumblebee/tooltip';
<Tooltip placement="left" >
I am a Tooltip, you can hover or focus me to read this text
</Text>