mdauner/sveltejs-tippy

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

Closed this issue · 0 comments

<Tooltip content={<SvelteComponent />}>
  <button>Test<button>
</Tooltip>