We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9868df commit df483f3Copy full SHA for df483f3
playground/src/App.tsx
@@ -9,6 +9,7 @@ function App() {
9
<AntTooltip title="prompt text">
10
<span>Tooltip will show on mouse enter.</span>
11
</AntTooltip>
12
+ <CompC />
13
</div>
14
)
15
}
0 commit comments