Back to Radix Ui

Tooltip

data/themes/docs/components/tooltip.mdx

latest509 B
Original Source
jsx
<Tooltip content="Add to library">
	<IconButton radius="full">
		<PlusIcon />
	</IconButton>
</Tooltip>

API Reference

This component inherits and merges props from the Radix Tooltip primitive Root, Portal and Content parts. It supports common margin props.

<ThemesPropsTable defs="tooltipPropDefs" />