Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gibbu/svooltip
A basic Svelte tooltip directive.
https://github.com/gibbu/svooltip
floating-ui svelte tooltip
Last synced: 1 day ago
JSON representation
A basic Svelte tooltip directive.
- Host: GitHub
- URL: https://github.com/gibbu/svooltip
- Owner: Gibbu
- License: mit
- Created: 2022-06-12T08:04:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T03:11:43.000Z (2 months ago)
- Last Synced: 2024-11-15T20:19:01.946Z (1 day ago)
- Topics: floating-ui, svelte, tooltip
- Language: SCSS
- Homepage: https://svooltip.vercel.app
- Size: 216 KB
- Stars: 62
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SVooltip
A basic Svelte tooltip directive. Powered by [Floating UI](https://floating-ui.com/).
## Usage
```svelte
import { tooltip } from 'svooltip';
import 'svooltip/styles.css'; // Include default stylingHover me for 1 second
```
## Docs
View more information at: https://svooltip.vercel.app
## Licence
See the [LICENSE](https://github.com/Gibbu/svooltip/blob/main/LICENSE) file for license rights and limitations (MIT).