This commit is contained in:
cupcakearmy 2022-12-26 22:39:27 +01:00
parent c274bc553f
commit 1687c59a40
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 7 additions and 1 deletions

View File

@ -6,9 +6,15 @@ Check out the **[Demo](https://svelte-hint.pages.dev/)** to see it in action.
![Screenshot](.github/screen.png)
![version badge](https://badgen.net/npm/v/svelte-hint)
![downloads badge](https://badgen.net/npm/dt/svelte-hint)
![dependency count](https://badgen.net/bundlephobia/dependency-count/svelte-hint)
![minzip size badge](https://badgen.net/bundlephobia/minzip/svelte-hint)
![types badge](https://badgen.net/npm/types/svelte-hint)
## 🌈 Features
- Automatic positioning & overflow handling on screen edges.
- Automatic positioning & overflow handling on screen edges (Fluent UI).
- Fully typed.
- Sensible default values.
- Use text or custom html/components as tooltips.