pull/865/head
Cory LaViska 2022-08-17 08:50:09 -04:00
commit 19b2cde0d9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -333,7 +333,7 @@ Use the `content` slot to create tooltips with HTML content. Tooltips are design
import { SlButton, SlTooltip } from '@shoelace-style/shoelace/dist/react';
const App = () => (
<SlTooltip content="This is a tooltip">
<SlTooltip>
<div slot="content">
I'm not <strong>just</strong> a tooltip, I'm a <em>tooltip</em> with HTML!
</div>