Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 styling

Hover 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).