当目标元素有进一步当描述和相关操作时,可以收纳到卡片中,根据用户到操作行为进行展现。和 Tooltip 的区别是,用户可以对浮层上对元素进行操作,因此它可以承载更复杂对内容,比如链接或按钮等。
最简单的用法。
9
<Popover content={content} title="title">
10
<Button type="primary">Hover me</Button>
可以通过 width 和 maxWidth 设置弹出窗口的文字展示。
5
content="Display additional, floating content on click"
9
<Button radius="xl">KubeSphere</Button>