Skip to content

A simple and lightweight tooltip library for Svelte

Notifications You must be signed in to change notification settings

ionited/tooltip-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tooltip-Svelte

A simple and lightweight tooltip library for Svelte

Svelte wrapper for @ionited/tooltip

Quick start

Choose your favorite option below:

Install with NPM

npm i @ionited/tooltip-svelte

Get from UNPKG

https://unpkg.com/@ionited/tooltip-svelte@latest/dist/index.js


Usage

To basic usage you can simply call:

<button use:tooltip title="Hello World!"></button>

And import:

<script>
  import { tooltip } from '@ionited/tooltip-svelte';
</script>

See more @ionited/tooltip

License

Copyright (c) 2022 Ion. Licensed under MIT License.

https://ionited.io

About

A simple and lightweight tooltip library for Svelte

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published