Documentation
Tooltip

Tooltip

Example

import { Button, Tooltip } from '@i4o/catalystui'
 
export default () => (
	<Tooltip content='Tooltip Content'>
		<Button>Hover me</Button>
	</Tooltip>
)

Props

NameTypeDefaultDescription
contentReactNode | string-The content of the tooltip
sidetop | right | bottom | left'top'The placement of the tooltip
alignstart | center | end'center'Alignment of the content inside the tooltip
childrenReactNode-The element to be wrapped by the tooltip