We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
`const ToolTip: React.FC = (props) => { const { title, placement, showArrow = true } = props
return <RcTooltip overlay={title} visible={true} showArrow={showArrow} placement="bottomRight" />
}`
if placement="bottomRight" and visible=true, tooltip will show at the top.