Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ionited/tooltip-svelte
- Owner: ionited
- Created: 2022-01-21T21:12:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T22:17:33.000Z (7 months ago)
- Last Synced: 2024-08-31T00:49:22.612Z (4 months ago)
- Topics: svelte, sveltekit, tooltip
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)