sveltejs-tippy

3.0.0 • Public • Published

sveltejs-tippy

npm npm bundle size npm

GitHub Actions Status

Tippy.js for Svelte.

Install

$ npm i sveltejs-tippy

or

$ yarn add sveltejs-tippy

How to use

Example

Edit sveltejs-tippy

<script>
  import tippy from "sveltejs-tippy";
 
  const props = {
    content: "<span class='tooltip'>Styled tooltip text</span>",
    placement: "bottom"
  };
</script> 
 
<style>
  :global(.tooltip{
    font-size: 1.2rem;
    text-transform: uppercase;
  }
</style> 
 
<button use:tippy={props}>
  Hover me
</button>

Package Sidebar

Install

npm i sveltejs-tippy

Weekly Downloads

403

Version

3.0.0

License

MIT

Unpacked Size

441 kB

Total Files

11

Last publish

Collaborators

  • mdauner