From 1687c59a402087b275ae857e759e6fe7563b3ba7 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 26 Dec 2022 22:39:27 +0100 Subject: [PATCH] readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 915618b..be44f1e 100644 --- a/README.md +++ b/README.md @@ -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.