mdauner / sveltejs-tippy

Tippy.js for Svelte
MIT License
40 stars 4 forks source link

How to pass a content as a component not a text? #158

Closed Iuriy-Budnikov closed 10 months ago

Iuriy-Budnikov commented 2 years ago
<Tooltip content={<SvelteComponent />}>
  <button>Test<button>
</Tooltip>