Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ionited/tooltip-svelte

A simple and lightweight tooltip library for Svelte
https://github.com/ionited/tooltip-svelte

svelte sveltekit tooltip

Last synced: about 1 month ago
JSON representation

A simple and lightweight tooltip library for Svelte

Awesome Lists containing this project

README

        

# Tooltip-Svelte

> A simple and lightweight tooltip library for Svelte

Svelte wrapper for [@ionited/tooltip](https://github.com/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](https://unpkg.com/@ionited/tooltip-svelte@latest/dist/indext.js)

---

## Usage

To basic usage you can simply call:

```html

```

And import:

```html

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

```

See more [@ionited/tooltip](https://github.com/ionited/tooltip)

## License

Copyright (c) 2022 Ion. Licensed under [MIT License](LICENSE).

[https://ionited.io](https://ionited.io)