组件

工具提示

通过指针或焦点为控件提供上下文信息的浮动元素。

<Tooltip content="Add to library">
<IconButton radius="full">
<PlusIcon />
</IconButton>
</Tooltip>

API 参考

此组件继承并合并来自 Radix Tooltip primitive 的 props:RootPortalContent 部分。它支持通用 margin props

属性类型默认值
content*
ReactNode
无默认值
width
Responsive<string>
无默认值
minWidth
Responsive<string>
无默认值
maxWidth
Responsive<string>
"360px"
上一项文本字段