From 1d5d1460d970b9ce156608ec1031655ee51b57ff Mon Sep 17 00:00:00 2001 From: Alex Katz <4224538+alexkatz@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:05:09 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34a7b09..06a3cc6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ -![](https://github.com/react-tiny-popover/react-tiny-popover-short-demo.gif) - - [react-tiny-popover](#react-tiny-popover) - [Install](#install) - - [Full Demo](#full-demo) - [Examples](#examples) - [Hooks](#hooks) - [Small breaking change in 8.1](#small-breaking-change-in-81) @@ -14,6 +11,9 @@ - [ArrowContainer](#arrowcontainer) # react-tiny-popover +![](https://github.com/alexkatz/react-tiny-popover/blob/main/react-tiny-popover-short-demo.gif?raw=true) + +## [Click here for a full demo](https://alexkatz.github.io/react-tiny-popover-demo/) :+1: A lightweight, highly customizable, non-intrusive, and Typescript friendly popover react HOC with no other dependencies! @@ -31,8 +31,6 @@ Since `react-tiny-popover` tries to be as non-invasive as possible, it will simp npm i react-tiny-popover --save ``` -## [Full Demo](https://alexkatz.github.io/react-tiny-popover-demo/) :+1: - ## Examples ```JSX